summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Bundler.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-09-08 20:59:13 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-09-08 20:59:13 +0000
commit94195f81e414cdc62e84266057568643c1241050 (patch)
tree293bb8ee9bcf12c4439816ba7f09cb4919476bf4 /src/lib/Server/Plugins/Bundler.py
parentbcd394d25f6559caef0ada111c8976bc71725f61 (diff)
downloadbcfg2-94195f81e414cdc62e84266057568643c1241050.tar.gz
bcfg2-94195f81e414cdc62e84266057568643c1241050.tar.bz2
bcfg2-94195f81e414cdc62e84266057568643c1241050.zip
switch to plugin import
(Logical change 1.302) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1233 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Plugins/Bundler.py')
-rw-r--r--src/lib/Server/Plugins/Bundler.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/Server/Plugins/Bundler.py b/src/lib/Server/Plugins/Bundler.py
index 81b21435a..b2ea2d9e5 100644
--- a/src/lib/Server/Plugins/Bundler.py
+++ b/src/lib/Server/Plugins/Bundler.py
@@ -4,8 +4,7 @@ __revision__ = '$Revision$'
from copy import deepcopy
from syslog import LOG_ERR, syslog
-from Bcfg2.Server.Generator import SingleXMLFileBacked, XMLFileBacked, DirectoryBacked
-from Bcfg2.Server.Plugin import Plugin
+from Bcfg2.Server.Plugin import Plugin, SingleXMLFileBacked, XMLFileBacked, DirectoryBacked
from elementtree.ElementTree import Element, XML
from xml.parsers.expat import ExpatError