RefactoringRope/PreviewDialogBase.py

changeset 347
b5048b5ff454
parent 346
877cac2e8d94
child 365
f740b50380df
equal deleted inserted replaced
346:877cac2e8d94 347:b5048b5ff454
4 # 4 #
5 5
6 """ 6 """
7 Module implementing a dialog base class to preview changes. 7 Module implementing a dialog base class to preview changes.
8 """ 8 """
9
10 from __future__ import unicode_literals
11 9
12 from PyQt5.QtCore import Qt 10 from PyQt5.QtCore import Qt
13 from PyQt5.QtGui import QBrush, QTextCursor 11 from PyQt5.QtGui import QBrush, QTextCursor
14 from PyQt5.QtWidgets import QDialog 12 from PyQt5.QtWidgets import QDialog
15 13

eric ide

mercurial