Plugins/VcsPlugins/vcsPySvn/subversion.py

branch
Py2 comp.
changeset 2525
8b507a9a2d40
parent 2451
4d80de2f9122
child 2791
a9577f248f04
equal deleted inserted replaced
2523:139f182b72f6 2525:8b507a9a2d40
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the version control systems interface to Subversion. 7 Module implementing the version control systems interface to Subversion.
8 """ 8 """
9
10 from __future__ import unicode_literals # __IGNORE_WARNING__
9 11
10 import os 12 import os
11 import shutil 13 import shutil
12 import urllib.request 14 import urllib.request
13 import urllib.parse 15 import urllib.parse

eric ide

mercurial