diff options
Diffstat (limited to 'src/lib/__init__.py')
-rw-r--r-- | src/lib/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/__init__.py b/src/lib/__init__.py index 7e9e8a92a..7f771da6f 100644 --- a/src/lib/__init__.py +++ b/src/lib/__init__.py @@ -1,4 +1,4 @@ '''base modules definition''' __revision__ = '$Revision$' -__all__ = ['Server', 'Client', 'Component', 'Logging', 'Options'] +__all__ = ['Server', 'Client', 'Component', 'Logging', 'Options', 'Proxy'] |