summaryrefslogtreecommitdiffstats
path: root/runpychecker.sh
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-02-27 10:10:12 -0500
committerChris Lumens <clumens@redhat.com>2009-03-04 15:37:04 -0500
commit61b67230cbd20837cc4ac763bcaf56e1199f5cfe (patch)
tree8749e5e128bf8870cf1109fbc07a9cefaa0fc703 /runpychecker.sh
parentf00ec6b554eece6689e71c50ff0eb59ad2549b54 (diff)
downloadanaconda-61b67230cbd20837cc4ac763bcaf56e1199f5cfe.tar.gz
anaconda-61b67230cbd20837cc4ac763bcaf56e1199f5cfe.tar.xz
anaconda-61b67230cbd20837cc4ac763bcaf56e1199f5cfe.zip
Update packaging and makefile system for the new booty module.
Diffstat (limited to 'runpychecker.sh')
-rwxr-xr-xrunpychecker.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/runpychecker.sh b/runpychecker.sh
index 2a330ef85..033017493 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/lib/booty:/usr/share/system-config-date"
+export PYTHONPATH="isys:textw:iw:installclasses:/usr/share/system-config-date"
pychecker --only --limit 1000 \
--maxlines 500 --maxargs 20 --maxbranches 80 --maxlocals 60 --maxreturns 20 \
@@ -45,7 +45,7 @@ pychecker --only --limit 1000 \
--no-import --no-miximport --no-pkgimport --no-reimport \
--no-argsused --no-varargsused --no-override \
$NON_STRICT_OPTIONS \
- anaconda anaconda *.py textw/*.py iw/*.py installclasses/*.py isys/*.py | \
+ anaconda anaconda *.py textw/*.py iw/*.py installclasses/*.py isys/*.py booty/*.py booty/*/*.py | \
egrep -v "`cat $FALSE_POSITIVES | tr '\n' '|'`" > pychecker-log
if [ -s pychecker-log ]; then