summaryrefslogtreecommitdiffstats
path: root/src/sbin/StatReports
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbin/StatReports')
-rwxr-xr-xsrc/sbin/StatReports2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/StatReports b/src/sbin/StatReports
index cb74eb4bb..82a588470 100755
--- a/src/sbin/StatReports
+++ b/src/sbin/StatReports
@@ -9,7 +9,7 @@ __revision__ = '$Revision$'
from ConfigParser import ConfigParser, NoSectionError, NoOptionError
from lxml.etree import XML, XSLT, parse, Element, ElementTree, SubElement, tostring, XMLSyntaxError
-from time import asctime, strptime, time
+from time import asctime, strptime
from socket import getfqdn
from sys import argv
from getopt import getopt, GetoptError