eric6/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectBrowserHelper.py

changeset 7229
53054eb5b15a
parent 7192
a22eee00b052
child 7360
9190402e4505
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
6 """ 6 """
7 Module implementing the project browser helper base for Mercurial extension 7 Module implementing the project browser helper base for Mercurial extension
8 interfaces. 8 interfaces.
9 """ 9 """
10 10
11 from __future__ import unicode_literals
12 11
13 from PyQt5.QtCore import QObject 12 from PyQt5.QtCore import QObject
14 from PyQt5.QtWidgets import QMenu 13 from PyQt5.QtWidgets import QMenu
15 14
16 15

eric ide

mercurial