summaryrefslogtreecommitdiffstats
path: root/src/lib/__init__.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-07-13 18:04:04 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-07-13 18:04:04 +0000
commitbef026fd845d90b4b347f18ee0282302dbcb0e72 (patch)
tree83112f846ae097dcef0f0d4beba2ab7bcbd4775a /src/lib/__init__.py
parent53bf2f7aa082bc1dbeba3e6d5fbbc43a3bc13e69 (diff)
downloadbcfg2-bef026fd845d90b4b347f18ee0282302dbcb0e72.tar.gz
bcfg2-bef026fd845d90b4b347f18ee0282302dbcb0e72.tar.bz2
bcfg2-bef026fd845d90b4b347f18ee0282302dbcb0e72.zip
move Component to new location
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3440 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/__init__.py')
-rw-r--r--src/lib/__init__.py2
1 files changed, 1 insertions, 1 deletions
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']