From 4246aad4eed0efbc317680d0ef6dd037f6d04907 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Wed, 27 Aug 2008 20:35:12 -1000 Subject: 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 --- security.py | 1 - 1 file changed, 1 deletion(-) (limited to 'security.py') 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 # -import os, string import iutil from flags import flags from pykickstart.constants import * -- cgit