Remove old svn code
This commit is contained in:
parent
c4e41d6997
commit
5af42e4707
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue