From 7e0d4531c3b24f473f55c12e4fc9857a9e03e2e8 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Thu, 28 Apr 2011 18:32:25 +0200 Subject: Several improvements of the lint script. Report missing python packages, inform about false positives, fail gracefully if pylint isn't installed. Fixed a bug in the ignore list and added few more files/directories to it. ticket 1184 --- install/po/pygettext.py | 1 + 1 file changed, 1 insertion(+) (limited to 'install/po') diff --git a/install/po/pygettext.py b/install/po/pygettext.py index 1946cf310..5293ebf24 100755 --- a/install/po/pygettext.py +++ b/install/po/pygettext.py @@ -29,6 +29,7 @@ # for selftesting try: + #pylint: disable=F0401 import fintl _ = fintl.gettext except ImportError: -- cgit