summaryrefslogtreecommitdiffstats
path: root/tests/pylint
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2013-01-15 11:25:18 -0500
committerChris Lumens <clumens@redhat.com>2013-01-16 09:26:43 -0500
commit7c30893a75f0b84edeed950382192c9e31378520 (patch)
treea8fa5b1b10f0cd20c245f1703ab9e598143f36a1 /tests/pylint
parent30437c31fe292db0fe6a9a0106265be31cf4deb3 (diff)
downloadanaconda-7c30893a75f0b84edeed950382192c9e31378520.tar.gz
anaconda-7c30893a75f0b84edeed950382192c9e31378520.tar.xz
anaconda-7c30893a75f0b84edeed950382192c9e31378520.zip
Remove the old text mode UI.
I've had to leave pieces of text.py around, though, because it's used by rescue mode and we're not changing it quite yet.
Diffstat (limited to 'tests/pylint')
-rwxr-xr-xtests/pylint/runpylint.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/pylint/runpylint.sh b/tests/pylint/runpylint.sh
index 13ad187dd..afd95fcdb 100755
--- a/tests/pylint/runpylint.sh
+++ b/tests/pylint/runpylint.sh
@@ -85,8 +85,7 @@ for i in $(find pyanaconda -type f -name '*py'); do
sys.path.insert(1, "pyanaconda/isys/.libs"); \
sys.path.insert(2, "pyanaconda/isys"); \
sys.path.insert(3, "pyanaconda"); \
- sys.path.insert(4, "pyanaconda/.libs"); \
- sys.path.insert(6, "pyanaconda/textw")' \
+ sys.path.insert(4, "pyanaconda/.libs")' \
-i y -r n --disable=C,R --rcfile=/dev/null \
$DISABLED_WARN_OPTIONS \
$DISABLED_ERR_OPTIONS \