545:1538031b5175 | 546:c3e7bf5648be |
---|---|
6 """ | 6 """ |
7 Module implementing the About plugin. | 7 Module implementing the About plugin. |
8 """ | 8 """ |
9 | 9 |
10 from PyQt4.QtCore import QObject | 10 from PyQt4.QtCore import QObject |
11 from PyQt4.QtGui import QMessageBox | |
12 | 11 |
13 from UI.Info import * | 12 from UI.Info import * |
14 import UI.PixmapCache | 13 import UI.PixmapCache |
15 | 14 |
16 from E5Gui.E5Action import E5Action | 15 from E5Gui.E5Action import E5Action |