From 5af42e470775d8b6516fa80414fd1deedc5e5449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Fri, 6 Jan 2017 17:45:12 +0100 Subject: [PATCH] Remove old svn code --- src/common/configpaths.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/common/configpaths.py b/src/common/configpaths.py index 99d23b3b2..6a998b979 100644 --- a/src/common/configpaths.py +++ b/src/common/configpaths.py @@ -173,12 +173,6 @@ class ConfigPaths: os.path.expanduser('~')), file=sys.stderr) self.add('TMP', None, fse(os.path.expanduser('~'))) - try: - import svn_config - svn_config.configure(self) - except (ImportError, AttributeError): - pass - def init_profile(self, profile): conffile = windowsify('config') secretsfile = windowsify('secrets')