summaryrefslogtreecommitdiffstats
path: root/tests/pylint
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2011-07-21 14:17:49 -0400
committerChris Lumens <clumens@redhat.com>2011-07-22 11:59:49 -0400
commit115b854cc685560190b927b02feda623e326f129 (patch)
treeca843da96c7b23bc48c96ad5e25a80a1030e3baa /tests/pylint
parentb799087b5ca35693e849697736c864aca45cd3ce (diff)
downloadanaconda-115b854cc685560190b927b02feda623e326f129.tar.gz
anaconda-115b854cc685560190b927b02feda623e326f129.tar.xz
anaconda-115b854cc685560190b927b02feda623e326f129.zip
There's no more booty module, so don't bother checking it.
Diffstat (limited to 'tests/pylint')
-rwxr-xr-xtests/pylint/runpylint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pylint/runpylint.sh b/tests/pylint/runpylint.sh
index 5986f8675..cdd5fc493 100755
--- a/tests/pylint/runpylint.sh
+++ b/tests/pylint/runpylint.sh
@@ -40,7 +40,7 @@ fi
# run pylint one file / module at a time, otherwise it sometimes gets
# confused
> pylint-log
-for i in pyanaconda/booty pyanaconda/storage pyanaconda/installclasses/*.py pyanaconda/iw/*.py pyanaconda/textw/*.py pyanaconda/isys/*.py pyanaconda/; do
+for i in pyanaconda/storage pyanaconda/installclasses/*.py pyanaconda/iw/*.py pyanaconda/textw/*.py pyanaconda/isys/*.py pyanaconda/; do
pylint --init-hook='import sys; \
sys.path.insert(1, "pyanaconda/isys/.libs"); \
sys.path.insert(2, "pyanaconda/isys"); \