summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e0069bea1..ece5fbb68 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']