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 |