96:9624a110667d | 97:c4086afea02b |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing a configuration dialog for the tools menu. | 7 Module implementing a configuration dialog for the tools menu. |
8 """ | 8 """ |
9 | 9 |
10 import sys | |
11 import os | |
12 import copy | 10 import copy |
13 | 11 |
14 from PyQt4.QtCore import * | 12 from PyQt4.QtCore import * |
15 from PyQt4.QtGui import * | 13 from PyQt4.QtGui import * |
16 | 14 |