summaryrefslogtreecommitdiffstats
path: root/src/sbin/GenerateHostInfo
diff options
context:
space:
mode:
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