diff options
Diffstat (limited to 'src/lib/Server/Plugins/Base.py')
-rw-r--r-- | src/lib/Server/Plugins/Base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Plugins/Base.py b/src/lib/Server/Plugins/Base.py index 905287144..0b912cb01 100644 --- a/src/lib/Server/Plugins/Base.py +++ b/src/lib/Server/Plugins/Base.py @@ -2,7 +2,7 @@ __revision__ = '$Revision$' from copy import deepcopy -from elementtree.ElementTree import Element, XML +from lxml.etree import Element, XML from xml.parsers.expat import ExpatError from Bcfg2.Server.Plugin import Plugin, PluginInitError, SingleXMLFileBacked |