summaryrefslogtreecommitdiffstats
path: root/src/sbin/StatReports
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbin/StatReports')
-rw-r--r--src/sbin/StatReports2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/StatReports b/src/sbin/StatReports
index f82f69a32..8539eb4de 100644
--- a/src/sbin/StatReports
+++ b/src/sbin/StatReports
@@ -8,7 +8,7 @@ for bcfg2'''
__revision__ = '$Revision$'
from ConfigParser import ConfigParser, NoSectionError, NoOptionError
-from elementtree.ElementTree import XML, Element, SubElement, tostring
+from lxml.etree import XML, Element, SubElement, tostring
from xml.parsers.expat import ExpatError
from time import asctime, strptime, time
from socket import getfqdn