summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2010-02-15 14:14:25 -0500
committerChris Lumens <clumens@redhat.com>2010-02-16 09:29:43 -0500
commit25026666350976fcedfdcbc894bd5a4610f4b8e9 (patch)
tree196859598192352adf86bb7f1068471345b4fc47
parent2cb900c168a536336b89a3b5312d6e7991236721 (diff)
downloadanaconda-25026666350976fcedfdcbc894bd5a4610f4b8e9.tar.gz
anaconda-25026666350976fcedfdcbc894bd5a4610f4b8e9.tar.xz
anaconda-25026666350976fcedfdcbc894bd5a4610f4b8e9.zip
Add the .libs directories to PYTHONPATH so pychecker works again.
-rwxr-xr-xrunpychecker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runpychecker.sh b/runpychecker.sh
index 033017493..186a551b5 100755
--- a/runpychecker.sh
+++ b/runpychecker.sh
@@ -37,7 +37,7 @@ if [ "`tail -c 1 pychecker-false-positives`" == "`echo`" ]; then
exit 1
fi
-export PYTHONPATH="isys:textw:iw:installclasses:/usr/share/system-config-date"
+export PYTHONPATH=".:.libs:isys:isys/.libs:textw:iw:installclasses:/usr/share/system-config-date"
pychecker --only --limit 1000 \
--maxlines 500 --maxargs 20 --maxbranches 80 --maxlocals 60 --maxreturns 20 \