From 34cb392ffef3d9ddff1bd5b97d4255f937eb51bd Mon Sep 17 00:00:00 2001 From: James Yang Date: Tue, 5 Aug 2008 16:23:14 +0000 Subject: applied logging->logger patch git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4852 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 7f771da6f..a6300af89 100644 --- a/src/lib/__init__.py +++ b/src/lib/__init__.py @@ -1,4 +1,4 @@ '''base modules definition''' __revision__ = '$Revision$' -__all__ = ['Server', 'Client', 'Component', 'Logging', 'Options', 'Proxy'] +__all__ = ['Server', 'Client', 'Component', 'Logger', 'Options', 'Proxy'] -- cgit v1.2.3-1-g7c22