[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
PATCH: fix runpychecker.sh to find zonetab module
- From: Hans de Goede <hdegoede redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: PATCH: fix runpychecker.sh to find zonetab module
- Date: Tue, 03 Feb 2009 13:32:05 +0100
diff --git a/runpychecker.sh b/runpychecker.sh
index 08be9d8..2a330ef 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"
+export
PYTHONPATH="isys:textw:iw:installclasses:/usr/lib/booty:/usr/share/system-config-date"
pychecker --only --limit 1000 \
--maxlines 500 --maxargs 20 --maxbranches 80 --maxlocals 60 --maxreturns 20 \
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]