summaryrefslogtreecommitdiffstats
path: root/src/lib/Client/XML.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-01-16 16:01:57 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-01-16 16:01:57 +0000
commit7ab3a36c1c5c6a25956910e283ff435188c247c1 (patch)
treea97ae46fa2d5cd6a781cc8cb557be51fec8c142e /src/lib/Client/XML.py
parent8340206111ea2375589ea78ccb2142de21d292c0 (diff)
downloadbcfg2-7ab3a36c1c5c6a25956910e283ff435188c247c1.tar.gz
bcfg2-7ab3a36c1c5c6a25956910e283ff435188c247c1.tar.bz2
bcfg2-7ab3a36c1c5c6a25956910e283ff435188c247c1.zip
Pylint fixes
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2681 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Client/XML.py')
-rw-r--r--src/lib/Client/XML.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Client/XML.py b/src/lib/Client/XML.py
index ec668711a..adca4079a 100644
--- a/src/lib/Client/XML.py
+++ b/src/lib/Client/XML.py
@@ -22,3 +22,5 @@ except ImportError:
print "Failed to load lxml, xml.etree and elementtree.ElementTree"
print "Cannot continue"
raise SystemExit, 1
+
+len([Element, SubElement, XML, tostring, ParseError])