From dd8edf6b492a189624674a98779633312f5b95cf Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Tue, 31 Aug 2004 15:00:30 +0000 Subject: fix import path (Logical change 1.48) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@282 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Structures/bundler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/Server/Structures/bundler.py b/src/lib/Server/Structures/bundler.py index 974e26ea2..5cb1b753d 100644 --- a/src/lib/Server/Structures/bundler.py +++ b/src/lib/Server/Structures/bundler.py @@ -4,7 +4,7 @@ from copy import deepcopy from syslog import LOG_ERR, syslog -from Bcfg2.Server.GeneratorUtils import SingleXMLFileBacked, XMLFileBacked, DirectoryBacked +from Bcfg2.Server.Generator import SingleXMLFileBacked, XMLFileBacked, DirectoryBacked from Bcfg2.Server.Structure import Structure from elementtree.ElementTree import Element, XML, tostring -- cgit v1.2.3-1-g7c22