summaryrefslogtreecommitdiffstats
path: root/src/sbin/StatReports
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/StatReports
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/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