summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2004-10-29 15:13:44 +0000
committerNarayan Desai <desai@mcs.anl.gov>2004-10-29 15:13:44 +0000
commitf82d1c95f173a85229689e56fda38fe7f2e33f31 (patch)
tree4f54ad9b77b5e19ad9d9761399351a717db6999c
parente37b7c4aabf5ed20ab786e5d5a6e9a840117d424 (diff)
downloadbcfg2-f82d1c95f173a85229689e56fda38fe7f2e33f31.tar.gz
bcfg2-f82d1c95f173a85229689e56fda38fe7f2e33f31.tar.bz2
bcfg2-f82d1c95f173a85229689e56fda38fe7f2e33f31.zip
cap Bundler
(Logical change 1.123) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@554 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--src/lib/Server/Structures/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Structures/__init__.py b/src/lib/Server/Structures/__init__.py
index ece5fbb68..11403d0de 100644
--- a/src/lib/Server/Structures/__init__.py
+++ b/src/lib/Server/Structures/__init__.py
@@ -1,4 +1,4 @@
'''imports for Bcfg2.Server.Structures'''
__revision__ = '$Revision$'
-all = ['bundler', 'Base']
+all = ['Bundler', 'Base']