summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Svn.py
diff options
context:
space:
mode:
authorJason Kincl <kincljc@ornl.gov>2013-06-17 10:38:42 -0400
committerJason Kincl <kincljc@ornl.gov>2013-06-17 10:38:42 -0400
commit6ce11c9e50cba0303aea06672388d3af452fa468 (patch)
tree886d4d1e5e06c0b2281b4347b1b5f0f0a46aef27 /src/lib/Bcfg2/Server/Plugins/Svn.py
parent9b7317bb94dec3235207598f85f34b1c01cae4f4 (diff)
downloadbcfg2-6ce11c9e50cba0303aea06672388d3af452fa468.tar.gz
bcfg2-6ce11c9e50cba0303aea06672388d3af452fa468.tar.bz2
bcfg2-6ce11c9e50cba0303aea06672388d3af452fa468.zip
Svn: Fixing pep8 check
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/Svn.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Svn.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/Svn.py b/src/lib/Bcfg2/Server/Plugins/Svn.py
index 04395e144..240fd7f89 100644
--- a/src/lib/Bcfg2/Server/Plugins/Svn.py
+++ b/src/lib/Bcfg2/Server/Plugins/Svn.py
@@ -80,6 +80,7 @@ class Svn(Bcfg2.Server.Plugin.Version):
self.logger.debug("Svn: Initialized svn plugin with SVN directory %s" %
self.vcs_path)
+
# pylint: disable=W0613
def get_login(self, realm, username, may_save):
""" PySvn callback to get credentials for HTTP basic authentication """