UI/DiffDialog.py

changeset 97
c4086afea02b
parent 55
b5c84934de9c
child 432
497e188ee86e
child 691
e4b2b0a27b4c
equal deleted inserted replaced
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

eric ide

mercurial