From 4f0711d3c9d3415d5fc1e1cfe76f03c07e40c907 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Fri, 22 Oct 2004 18:36:22 +0000 Subject: pylint fixes (Logical change 1.112) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@502 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/Solaris.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/lib/Client/Solaris.py') diff --git a/src/lib/Client/Solaris.py b/src/lib/Client/Solaris.py index 1a6c5cbee..b27a3f12a 100644 --- a/src/lib/Client/Solaris.py +++ b/src/lib/Client/Solaris.py @@ -1,7 +1,8 @@ -# This is the bcfg2 support for debian -# $Id: $ +# This is the bcfg2 support for solaris +'''This provides (vestigal) bcfg2 support for Solaris''' +__revision__ = '$Revision$' -from Toolset import Toolset +from Bcfg2.Client.Toolset import Toolset def Detect(): # until the code works -- cgit v1.2.3-1-g7c22