UI/CompareDialog.py

changeset 97
c4086afea02b
parent 55
b5c84934de9c
child 432
497e188ee86e
child 792
a13346916170
equal deleted inserted replaced
96:9624a110667d 97:c4086afea02b
5 5
6 """ 6 """
7 Module implementing a dialog to compare two files and show the result side by side. 7 Module implementing a dialog to compare two files and show the result side by side.
8 """ 8 """
9 9
10 import os
11 import sys
12 import re 10 import re
13 from difflib import _mdiff, IS_CHARACTER_JUNK 11 from difflib import _mdiff, IS_CHARACTER_JUNK
14 12
15 from PyQt4.QtCore import * 13 from PyQt4.QtCore import *
16 from PyQt4.QtGui import * 14 from PyQt4.QtGui import *

eric ide

mercurial