eric6/Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py

changeset 7229
53054eb5b15a
parent 6942
2602857055c5
child 7260
4cc6f121119a
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the VCS project browser helper for subversion. 7 Module implementing the VCS project browser helper for subversion.
8 """ 8 """
9 from __future__ import unicode_literals 9
10 10
11 import os 11 import os
12 12
13 import pysvn 13 import pysvn
14 14

eric ide

mercurial