From bef026fd845d90b4b347f18ee0282302dbcb0e72 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Fri, 13 Jul 2007 18:04:04 +0000 Subject: move Component to new location git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3440 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 8a0e7dab5..7e9e8a92a 100644 --- a/src/lib/__init__.py +++ b/src/lib/__init__.py @@ -1,4 +1,4 @@ '''base modules definition''' __revision__ = '$Revision$' -all = ['Server', 'Client', 'Logging', 'Options'] +__all__ = ['Server', 'Client', 'Component', 'Logging', 'Options'] -- cgit v1.2.3-1-g7c22