Plugins/VcsPlugins/vcsSubversion/SvnUtilities.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1509
c0b5e693b0eb
--- a/Plugins/VcsPlugins/vcsSubversion/SvnUtilities.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/Plugins/VcsPlugins/vcsSubversion/SvnUtilities.py	Fri Mar 11 16:51:57 2011 +0100
@@ -11,6 +11,7 @@
 
 import Utilities
 
+
 def getServersPath():
     """
     Public method to get the filename of the servers file.
@@ -24,6 +25,7 @@
         homedir = Utilities.getHomeDir()
         return os.path.join(homedir, ".subversion", "servers")
 
+
 def getConfigPath():
     """
     Public method to get the filename of the config file.

eric ide

mercurial