summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-08-27 20:35:12 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-08-27 20:39:12 -1000
commit4246aad4eed0efbc317680d0ef6dd037f6d04907 (patch)
tree566f36dd7e7af9e84b912c2994f200fe258d9b4d /installclass.py
parent9c857b821f2e3204f92205e0538374043f17f519 (diff)
downloadanaconda-4246aad4eed0efbc317680d0ef6dd037f6d04907.tar.gz
anaconda-4246aad4eed0efbc317680d0ef6dd037f6d04907.tar.xz
anaconda-4246aad4eed0efbc317680d0ef6dd037f6d04907.zip
Fix syntax error in yuminstall.py, fix pychecker warnings.
Add missing ':' to if statement in yuminstall.py Remove 'import os,string' from security.py Remove 'networkdevicecheck' from installclass.py
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index b99a091e7..c36e9e9bf 100644
--- a/installclass.py
+++ b/installclass.py
@@ -106,7 +106,6 @@ class BaseInstallClass(object):
"partitiondone",
"bootloadersetup",
"bootloader",
- "networkdevicecheck",
"network",
"timezone",
"accounts",