diff options
Diffstat (limited to 'src')
-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 75a726ee1..b312a737a 100644 --- a/src/lib/Server/Structures/__init__.py +++ b/src/lib/Server/Structures/__init__.py @@ -1,3 +1,3 @@ # $Id: $ -all = ['bundler'] +all = ['bundler','base'] |