eric6/UI/CompareDialog.py

changeset 7781
607a6098cb44
parent 7533
88261c96484b
child 7785
9978016560ec
equal deleted inserted replaced
7780:41420f82c0ac 7781:607a6098cb44
5 5
6 """ 6 """
7 Module implementing a dialog to compare two files and show the result side by 7 Module implementing a dialog to compare two files and show the result side by
8 side. 8 side.
9 """ 9 """
10
11 10
12 import re 11 import re
13 from difflib import _mdiff, IS_CHARACTER_JUNK 12 from difflib import _mdiff, IS_CHARACTER_JUNK
14 13
15 from PyQt5.QtCore import QTimer, QEvent, pyqtSlot 14 from PyQt5.QtCore import QTimer, QEvent, pyqtSlot

eric ide

mercurial