From 2848627d82951554359ca9d7e23fa0326c21f2e1 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Wed, 9 Jan 2008 21:21:18 +0000 Subject: Replace bcfg2 proxy code with simplified code from Cobalt git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4226 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/__init__.py') 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'] -- cgit v1.2.3-1-g7c22