diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2004-08-31 15:00:30 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2004-08-31 15:00:30 +0000 |
commit | dd8edf6b492a189624674a98779633312f5b95cf (patch) | |
tree | 9fe7e9d6a36443e9d61e73fb450e8e61bb070ad1 /src/lib | |
parent | 4c0b4509b2c2e257eeda4af015da09c37a06931c (diff) | |
download | bcfg2-dd8edf6b492a189624674a98779633312f5b95cf.tar.gz bcfg2-dd8edf6b492a189624674a98779633312f5b95cf.tar.bz2 bcfg2-dd8edf6b492a189624674a98779633312f5b95cf.zip |
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
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/Server/Structures/bundler.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |