2009/2/26 Vincent Legoll <[email protected]>: > Pylint reports duplicated imports of gettext, > use the previously imported one to set "_"
This looks slightly strange to me. There's only one usage of _() in that file, so why not just use the full gettext.gettext() form for that case and drop the _() alias from this file altogether? Kai _______________________________________________ meld-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/meld-list
