Remove old svn code

This commit is contained in:
Philipp Hörist 2017-01-06 17:45:12 +01:00
parent c4e41d6997
commit 5af42e4707
1 changed files with 0 additions and 6 deletions

View File

@ -173,12 +173,6 @@ class ConfigPaths:
os.path.expanduser('~')), file=sys.stderr) os.path.expanduser('~')), file=sys.stderr)
self.add('TMP', None, fse(os.path.expanduser('~'))) 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): def init_profile(self, profile):
conffile = windowsify('config') conffile = windowsify('config')
secretsfile = windowsify('secrets') secretsfile = windowsify('secrets')