11 |
11 |
12 import pysvn |
12 import pysvn |
13 |
13 |
14 from PyQt6.QtWidgets import QMenu |
14 from PyQt6.QtWidgets import QMenu |
15 |
15 |
|
16 from eric7.EricGui import EricPixmapCache |
16 from eric7.EricWidgets.EricApplication import ericApp |
17 from eric7.EricWidgets.EricApplication import ericApp |
17 |
18 from eric7.Project.ProjectBrowserModel import ProjectBrowserFileItem |
18 from eric7.VCS.ProjectBrowserHelper import VcsProjectBrowserHelper |
19 from eric7.VCS.ProjectBrowserHelper import VcsProjectBrowserHelper |
19 |
|
20 from eric7.Project.ProjectBrowserModel import ProjectBrowserFileItem |
|
21 |
|
22 from eric7.EricGui import EricPixmapCache |
|
23 |
20 |
24 |
21 |
25 class SvnProjectBrowserHelper(VcsProjectBrowserHelper): |
22 class SvnProjectBrowserHelper(VcsProjectBrowserHelper): |
26 """ |
23 """ |
27 Class implementing the VCS project browser helper for subversion. |
24 Class implementing the VCS project browser helper for subversion. |