summaryrefslogtreecommitdiffstats
path: root/security.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 /security.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 'security.py')
-rw-r--r--security.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/security.py b/security.py
index 7a76364a5..c78428782 100644
--- a/security.py
+++ b/security.py
@@ -19,7 +19,6 @@
# Author(s): Jeremy Katz <katzj@redhat.com>
#
-import os, string
import iutil
from flags import flags
from pykickstart.constants import *