summaryrefslogtreecommitdiffstats
path: root/src/sbin
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-26 23:12:51 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-26 23:12:51 -0400
commit4a364848c6d0e64a38d5d481ff978c519389814c (patch)
treeba1412679c9998632d47ef7b3a766c4509f2c5bc /src/sbin
parentbc35aa70ab8794b73019d90a41eb252fbb80ff52 (diff)
downloadbcfg2-4a364848c6d0e64a38d5d481ff978c519389814c.tar.gz
bcfg2-4a364848c6d0e64a38d5d481ff978c519389814c.tar.bz2
bcfg2-4a364848c6d0e64a38d5d481ff978c519389814c.zip
testsuite: more text fixes
Diffstat (limited to 'src/sbin')
-rwxr-xr-xsrc/sbin/bcfg2-build-reports2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/bcfg2-build-reports b/src/sbin/bcfg2-build-reports
index 27e7c2475..1c9e9ad97 100755
--- a/src/sbin/bcfg2-build-reports
+++ b/src/sbin/bcfg2-build-reports
@@ -13,7 +13,7 @@ import sys
from time import asctime, strptime
from lxml.etree import XML, XSLT, parse, Element, ElementTree, SubElement, tostring, XMLSyntaxError
# Compatibility imports
-from Bcfg2.Compat import ConfigParser
+from Bcfg2.Compat import ConfigParser, cmp
def generatereport(rspec, nrpt):
"""