summaryrefslogtreecommitdiffstats
path: root/src/lib/__init__.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2009-05-14 02:59:27 +0000
committerNarayan Desai <desai@mcs.anl.gov>2009-05-14 02:59:27 +0000
commit65f9f83a1fe481c60d24ef187c424e991208008a (patch)
tree89382806a994d2ebb5056f16fb87feaf1ea26d97 /src/lib/__init__.py
parent88f446708cf429818ed17b2460163e622d3ca91c (diff)
downloadbcfg2-65f9f83a1fe481c60d24ef187c424e991208008a.tar.gz
bcfg2-65f9f83a1fe481c60d24ef187c424e991208008a.tar.bz2
bcfg2-65f9f83a1fe481c60d24ef187c424e991208008a.zip
Integrate server-side performance statistics infrastructure
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5225 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 a6300af89..b9056f25f 100644
--- a/src/lib/__init__.py
+++ b/src/lib/__init__.py
@@ -1,4 +1,4 @@
'''base modules definition'''
__revision__ = '$Revision$'
-__all__ = ['Server', 'Client', 'Component', 'Logger', 'Options', 'Proxy']
+__all__ = ['Server', 'Client', 'Component', 'Logger', 'Options', 'Proxy', 'Statistics']