From 6d2a8b48de43d5a07c8c0ea813f61db30722b320 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 7 Jun 2010 13:26:11 +0000 Subject: Updated files to match PEP 257 git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5899 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 b9056f25f..d36c0a00a 100644 --- a/src/lib/__init__.py +++ b/src/lib/__init__.py @@ -1,4 +1,4 @@ -'''base modules definition''' +"""Base modules definition.""" __revision__ = '$Revision$' __all__ = ['Server', 'Client', 'Component', 'Logger', 'Options', 'Proxy', 'Statistics'] -- cgit v1.2.3-1-g7c22