4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing the Changes preview dialog. |
7 Module implementing the Changes preview dialog. |
8 """ |
8 """ |
9 |
|
10 from __future__ import unicode_literals |
|
11 |
9 |
12 from PyQt5.QtCore import Qt, pyqtSlot |
10 from PyQt5.QtCore import Qt, pyqtSlot |
13 from PyQt5.QtWidgets import QDialogButtonBox, QListWidgetItem |
11 from PyQt5.QtWidgets import QDialogButtonBox, QListWidgetItem |
14 |
12 |
15 from .PreviewDialogBase import PreviewDialogBase |
13 from .PreviewDialogBase import PreviewDialogBase |