comparison: Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py
Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py
- branch
- Py2 comp.
- changeset 2525
- 8b507a9a2d40
- parent 2302
- f29e9405c851
- child 2847
- 1843ef6e2656
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 # __IGNORE_WARNING__ |
|
10 |
9 import os |
11 import os |
10 |
12 |
11 import pysvn |
13 import pysvn |
12 |
14 |
13 from PyQt4.QtGui import QMenu |
15 from PyQt4.QtGui import QMenu |