Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectBrowserHelper.py

changeset 3656
441956d8fce5
parent 3484
645c12de6b0c
child 4021
195a471c327b
equal deleted inserted replaced
3654:ffeb85cdc72d 3656:441956d8fce5
8 interfaces. 8 interfaces.
9 """ 9 """
10 10
11 from __future__ import unicode_literals 11 from __future__ import unicode_literals
12 12
13 from PyQt4.QtCore import QObject 13 from PyQt5.QtCore import QObject
14 14
15 15
16 class HgExtensionProjectBrowserHelper(QObject): 16 class HgExtensionProjectBrowserHelper(QObject):
17 """ 17 """
18 Class implementing the project browser helper base for Mercurial extension 18 Class implementing the project browser helper base for Mercurial extension

eric ide

mercurial