Plugins/VcsPlugins/vcsMercurial/HgClient.py

changeset 4543
2e6a880670e9
parent 4471
2dedc0c4a8fa
child 4555
861e1741985c
equal deleted inserted replaced
4540:45627d092846 4543:2e6a880670e9
4 # 4 #
5 5
6 """ 6 """
7 Module implementing an interface to the Mercurial command server. 7 Module implementing an interface to the Mercurial command server.
8 """ 8 """
9
10 from __future__ import unicode_literals
9 11
10 try: 12 try:
11 str = unicode 13 str = unicode
12 except NameError: 14 except NameError:
13 pass 15 pass

eric ide

mercurial