comparison: eric6/Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py
eric6/Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py
- changeset 7229
- 53054eb5b15a
- parent 6942
- 2602857055c5
- child 7260
- 4cc6f121119a
equal
deleted
inserted
replaced
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 |