From 97063d26e56b7dccf73ec548e82ccd101d8cbd83 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 7 Jun 2010 13:23:13 +0000 Subject: Updated files to match PEP 257 git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5897 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/Tools/Blast.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/Client/Tools/Blast.py') diff --git a/src/lib/Client/Tools/Blast.py b/src/lib/Client/Tools/Blast.py index acad1d961..737c6924e 100644 --- a/src/lib/Client/Tools/Blast.py +++ b/src/lib/Client/Tools/Blast.py @@ -1,11 +1,11 @@ # This is the bcfg2 support for blastwave packages (pkg-get) -'''This provides bcfg2 support for blastwave''' +"""This provides bcfg2 support for blastwave""" __revision__ = '$Revision$' import Bcfg2.Client.Tools.SYSV, tempfile class Blast(Bcfg2.Client.Tools.SYSV.SYSV): - '''Support for Blastwave packages''' + """Support for Blastwave packages""" pkgtype = 'blast' pkgtool = ("/opt/csw/bin/pkg-get install %s", ("%s", ["bname"])) name = 'Blast' @@ -29,5 +29,5 @@ class Blast(Bcfg2.Client.Tools.SYSV.SYSV): # Remove comes from Bcfg2.Client.Tools.SYSV def FindExtraPackages(self): - '''Pass through to null FindExtra call''' + """Pass through to null FindExtra call.""" return [] -- cgit v1.2.3-1-g7c22