From d9d5223b72ff7fa772639dc9a84001d022512123 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 2 Jun 2010 16:53:57 +0000 Subject: Standardized doc strings of the VCS plugins git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5880 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Plugins/Hg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/Server/Plugins/Hg.py') diff --git a/src/lib/Server/Plugins/Hg.py b/src/lib/Server/Plugins/Hg.py index ef45a5af8..c9c5fe81c 100644 --- a/src/lib/Server/Plugins/Hg.py +++ b/src/lib/Server/Plugins/Hg.py @@ -9,7 +9,7 @@ logger = logging.getLogger('Bcfg2.Plugins.Mercurial') class Hg(Bcfg2.Server.Plugin.Plugin, Bcfg2.Server.Plugin.Version): - """"Mercurial is a version plugin for dealing with bcfg2 repos""" + """Mercurial is a version plugin for dealing with bcfg2 repos""" name = 'Mercurial' __version__ = '$Id$' __author__ = 'bcfg-dev@mcs.anl.gov' @@ -33,7 +33,7 @@ class Hg(Bcfg2.Server.Plugin.Plugin, logger.debug("Initialized hg plugin with hg directory = %s" % hg_dir) def get_revision(self): - '''Read hg revision information for the bcfg2 repository''' + """Read hg revision information for the bcfg2 repository""" try: repo_path = "%s/" % self.datastore repo = hg.repository(ui.ui(), repo_path) -- cgit v1.2.3-1-g7c22