Plugins/VcsPlugins/vcsPySvn/Config.py

changeset 1889
6de0f43f6678
parent 1880
dbd4d7698310
child 2302
f29e9405c851
diff -r 03f59d88a62d -r 6de0f43f6678 Plugins/VcsPlugins/vcsPySvn/Config.py
--- a/Plugins/VcsPlugins/vcsPySvn/Config.py	Sun Jun 03 12:51:15 2012 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/Config.py	Sun Jun 10 16:45:10 2012 +0200
@@ -7,9 +7,6 @@
 Module defining configuration variables for the subversion package
 """
 
-import os
-
-
 # Available protocols for the repository URL
 ConfigSvnProtocols = [
     'file://',
@@ -20,7 +17,7 @@
 ]
 
 
-DefaultConfig = os.linesep.join([
+DefaultConfig = "\n".join([
     "### This file configures various client-side behaviors.",
     "###",
     "### The commented-out examples below are intended to demonstrate",

eric ide

mercurial