From 70ad667cae71be7545417d6af56abe28b00f23d9 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Fri, 22 Oct 2004 03:33:24 +0000 Subject: pylint updates (Logical change 1.110) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@492 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Structures/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lib/Server/Structures') diff --git a/src/lib/Server/Structures/__init__.py b/src/lib/Server/Structures/__init__.py index b312a737a..e0069bea1 100644 --- a/src/lib/Server/Structures/__init__.py +++ b/src/lib/Server/Structures/__init__.py @@ -1,3 +1,4 @@ -# $Id: $ +'''imports for Bcfg2.Server.Structures''' +__revision__ = '$Revision$' -all = ['bundler','base'] +all = ['bundler', 'base'] -- cgit v1.2.3-1-g7c22