summaryrefslogtreecommitdiffstats
path: root/install/po
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2011-04-28 18:32:25 +0200
committerMartin Kosek <mkosek@redhat.com>2011-05-05 11:54:07 +0200
commit7e0d4531c3b24f473f55c12e4fc9857a9e03e2e8 (patch)
treec989fc5e47da340699e06c6d8a2333907fd2a489 /install/po
parent88353edcb198c5d0b0b320e776c5576e4549a966 (diff)
downloadfreeipa-7e0d4531c3b24f473f55c12e4fc9857a9e03e2e8.tar.gz
freeipa-7e0d4531c3b24f473f55c12e4fc9857a9e03e2e8.tar.xz
freeipa-7e0d4531c3b24f473f55c12e4fc9857a9e03e2e8.zip
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
Diffstat (limited to 'install/po')
-rwxr-xr-xinstall/po/pygettext.py1
1 files changed, 1 insertions, 0 deletions
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: