Plugins/PluginAbout.py

changeset 467
0911d8be9b07
parent 454
d28d558f7484
child 545
1538031b5175
equal deleted inserted replaced
466:e6a4bc9e1043 467:0911d8be9b07
5 5
6 """ 6 """
7 Module implementing the About plugin. 7 Module implementing the About plugin.
8 """ 8 """
9 9
10 from PyQt4.QtCore import QObject, SIGNAL 10 from PyQt4.QtCore import QObject
11 from PyQt4.QtGui import QMessageBox 11 from PyQt4.QtGui import QMessageBox
12 12
13 from UI.Info import * 13 from UI.Info import *
14 import UI.PixmapCache 14 import UI.PixmapCache
15 15

eric ide

mercurial