diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2004-10-29 15:13:44 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2004-10-29 15:13:44 +0000 |
commit | f82d1c95f173a85229689e56fda38fe7f2e33f31 (patch) | |
tree | 4f54ad9b77b5e19ad9d9761399351a717db6999c /src/lib/Server/Structures | |
parent | e37b7c4aabf5ed20ab786e5d5a6e9a840117d424 (diff) | |
download | bcfg2-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
Diffstat (limited to 'src/lib/Server/Structures')
-rw-r--r-- | src/lib/Server/Structures/__init__.py | 2 |
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'] |