Plugins/PluginAbout.py

changeset 3656
441956d8fce5
parent 3523
8df1ab89e261
child 3677
a53cf139293f
equal deleted inserted replaced
3654:ffeb85cdc72d 3656:441956d8fce5
7 Module implementing the About plugin. 7 Module implementing the About plugin.
8 """ 8 """
9 9
10 from __future__ import unicode_literals 10 from __future__ import unicode_literals
11 11
12 from PyQt4.QtCore import QObject 12 from PyQt5.QtCore import QObject
13 from PyQt4.QtGui import QAction 13 from PyQt5.QtWidgets import QAction
14 14
15 import UI.Info 15 import UI.Info
16 import UI.PixmapCache 16 import UI.PixmapCache
17 17
18 from E5Gui.E5Action import E5Action 18 from E5Gui.E5Action import E5Action

eric ide

mercurial