8316:0c7a44af84bc | 8318:962bce857696 |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing the closehead extension project helper. | 7 Module implementing the closehead extension project helper. |
8 """ | 8 """ |
9 | 9 |
10 from PyQt5.QtWidgets import QMenu | 10 from PyQt6.QtWidgets import QMenu |
11 | 11 |
12 from E5Gui.E5Action import E5Action | 12 from E5Gui.E5Action import E5Action |
13 | 13 |
14 from ..HgExtensionProjectHelper import HgExtensionProjectHelper | 14 from ..HgExtensionProjectHelper import HgExtensionProjectHelper |
15 | 15 |