comparison: Plugins/VcsPlugins/vcsPySvn/SvnStatusMonitorThread.py
Plugins/VcsPlugins/vcsPySvn/SvnStatusMonitorThread.py
- changeset 96
- 9624a110667d
- parent 13
- 1af94a91f439
- child 248
- f4561c24989a
equal
deleted
inserted
replaced
8 """ |
8 """ |
9 |
9 |
10 import os |
10 import os |
11 |
11 |
12 import pysvn |
12 import pysvn |
13 |
|
14 from PyQt4.QtCore import QRegExp |
|
15 |
13 |
16 from VCS.StatusMonitorThread import VcsStatusMonitorThread |
14 from VCS.StatusMonitorThread import VcsStatusMonitorThread |
17 |
15 |
18 import Preferences |
16 import Preferences |
19 |
17 |