diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2009-05-14 02:59:27 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2009-05-14 02:59:27 +0000 |
commit | 65f9f83a1fe481c60d24ef187c424e991208008a (patch) | |
tree | 89382806a994d2ebb5056f16fb87feaf1ea26d97 /src/lib/__init__.py | |
parent | 88f446708cf429818ed17b2460163e622d3ca91c (diff) | |
download | bcfg2-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__.py | 2 |
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'] |