Plugins/PluginSyntaxChecker.py

changeset 3656
441956d8fce5
parent 3621
15f23ed3f216
child 3670
f0cb7579c0b4
equal deleted inserted replaced
3654:ffeb85cdc72d 3656:441956d8fce5
9 9
10 from __future__ import unicode_literals 10 from __future__ import unicode_literals
11 11
12 import os 12 import os
13 13
14 from PyQt4.QtCore import QObject 14 from PyQt5.QtCore import QObject
15 15
16 from E5Gui.E5Action import E5Action 16 from E5Gui.E5Action import E5Action
17 from E5Gui.E5Application import e5App 17 from E5Gui.E5Application import e5App
18 from eric5config import getConfig 18 from eric5config import getConfig
19 19

eric ide

mercurial