summaryrefslogtreecommitdiffstats
path: root/src/sbin/GenerateHostInfo
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-04-11 14:21:58 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-04-11 14:21:58 +0000
commit0291cd85682f76ad768a406b1da1f46a38f9d867 (patch)
treec3a8404ea149b7a02cf134c468f583d2aa9355f9 /src/sbin/GenerateHostInfo
parent554a954c7c83207761f77cb691ed5fcb0354ef7f (diff)
downloadbcfg2-0291cd85682f76ad768a406b1da1f46a38f9d867.tar.gz
bcfg2-0291cd85682f76ad768a406b1da1f46a38f9d867.tar.bz2
bcfg2-0291cd85682f76ad768a406b1da1f46a38f9d867.zip
pylint fixes
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1833 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin/GenerateHostInfo')
-rwxr-xr-xsrc/sbin/GenerateHostInfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/GenerateHostInfo b/src/sbin/GenerateHostInfo
index 67521d628..c9723eb0b 100755
--- a/src/sbin/GenerateHostInfo
+++ b/src/sbin/GenerateHostInfo
@@ -6,7 +6,7 @@
__revision__ = '$Revision$'
from ConfigParser import ConfigParser
-from lxml.etree import Element, SubElement, parse, tostring
+from lxml.etree import parse, tostring
from os import fork, execl, dup2, wait, uname
import sys