diff options
Diffstat (limited to 'src/lib/Client/XML.py')
-rw-r--r-- | src/lib/Client/XML.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Client/XML.py b/src/lib/Client/XML.py index 42b1017ac..858479611 100644 --- a/src/lib/Client/XML.py +++ b/src/lib/Client/XML.py @@ -1,5 +1,4 @@ '''XML lib compatibility layer for the Bcfg2 client''' -__revision__ = '$Revision$' # library will use lxml, then builtin xml.etree, then ElementTree |