From f82d1c95f173a85229689e56fda38fe7f2e33f31 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Fri, 29 Oct 2004 15:13:44 +0000 Subject: cap Bundler (Logical change 1.123) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@554 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Structures/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] -- cgit v1.2.3-1-g7c22