comparison: Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py
Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py
- changeset 96
- 9624a110667d
- parent 87
- 4cc5c8d1184d
- child 175
- c55cab724965
equal
deleted
inserted
replaced
5 |
5 |
6 """ |
6 """ |
7 Module implementing a dialog to show the output of the svn status command process. |
7 Module implementing a dialog to show the output of the svn status command process. |
8 """ |
8 """ |
9 |
9 |
10 import types |
|
11 import os |
10 import os |
12 |
11 |
13 import pysvn |
12 import pysvn |
14 |
13 |
15 from PyQt4.QtCore import * |
14 from PyQt4.QtCore import * |