5 |
5 |
6 """ |
6 """ |
7 Module implementing the VCS status monitor thread class for Mercurial. |
7 Module implementing the VCS status monitor thread class for Mercurial. |
8 """ |
8 """ |
9 |
9 |
10 from VCS.StatusMonitorThread import VcsStatusMonitorThread |
10 from eric7.VCS.StatusMonitorThread import VcsStatusMonitorThread |
11 |
11 |
12 |
12 |
13 class HgStatusMonitorThread(VcsStatusMonitorThread): |
13 class HgStatusMonitorThread(VcsStatusMonitorThread): |
14 """ |
14 """ |
15 Class implementing the VCS status monitor thread class for Mercurial. |
15 Class implementing the VCS status monitor thread class for Mercurial. |