Plugins/VcsPlugins/vcsSubversion/Config.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2963
745d38097b7f
child 3145
a9de05d4a22f
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
2 2
3 # Copyright (c) 2004 - 2013 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2004 - 2013 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 Module defining configuration variables for the subversion package 7 Module defining configuration variables for the subversion package.
8 """ 8 """
9 9
10 from __future__ import unicode_literals # __IGNORE_WARNING__ 10 from __future__ import unicode_literals # __IGNORE_WARNING__
11 11
12 # Available protocols for the repository URL 12 # Available protocols for the repository URL

eric ide

mercurial