From 65f9f83a1fe481c60d24ef187c424e991208008a Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Thu, 14 May 2009 02:59:27 +0000 Subject: Integrate server-side performance statistics infrastructure git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5225 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 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'] -- cgit v1.2.3-1-g7c22