From fc81e5994c0bdadc597502951798dc97d4db7793 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Sat, 12 Nov 2005 18:45:16 +0000 Subject: switch to lxml (Logical change 1.357) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1488 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Plugins/Vhost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Server/Plugins/Vhost.py') diff --git a/src/lib/Server/Plugins/Vhost.py b/src/lib/Server/Plugins/Vhost.py index b7a0c6a66..56d4e68f8 100644 --- a/src/lib/Server/Plugins/Vhost.py +++ b/src/lib/Server/Plugins/Vhost.py @@ -16,7 +16,7 @@ __revision__ = '$Revision$' import base64 from copy import deepcopy -from elementtree.ElementTree import XML, Element, SubElement +from lxml.etree import XML, Element, SubElement from socket import gethostbyname from Bcfg2.Server.Plugin import Plugin, PluginExecutionError, SingleXMLFileBacked -- cgit v1.2.3-1-g7c22