eric7/Plugins/VcsPlugins/vcsSubversion/SvnStatusMonitorThread.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8618
356a2f1b04b0
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
7 Module implementing the VCS status monitor thread class for Subversion. 7 Module implementing the VCS status monitor thread class for Subversion.
8 """ 8 """
9 9
10 import re 10 import re
11 11
12 from PyQt5.QtCore import QProcess 12 from PyQt6.QtCore import QProcess
13 13
14 from VCS.StatusMonitorThread import VcsStatusMonitorThread 14 from VCS.StatusMonitorThread import VcsStatusMonitorThread
15 15
16 import Preferences 16 import Preferences
17 17

eric ide

mercurial