96:9624a110667d | 97:c4086afea02b |
---|---|
6 """ | 6 """ |
7 Module implementing a dialog to compare two files. | 7 Module implementing a dialog to compare two files. |
8 """ | 8 """ |
9 | 9 |
10 import os | 10 import os |
11 import sys | |
12 import time | 11 import time |
13 | 12 |
14 from PyQt4.QtCore import * | 13 from PyQt4.QtCore import * |
15 from PyQt4.QtGui import * | 14 from PyQt4.QtGui import * |
16 | 15 |