4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing a dialog to enter the data for the 'sendtestemail' command. |
7 Module implementing a dialog to enter the data for the 'sendtestemail' command. |
8 """ |
8 """ |
9 |
|
10 from __future__ import unicode_literals |
|
11 |
9 |
12 from PyQt5.QtWidgets import QDialog |
10 from PyQt5.QtWidgets import QDialog |
13 |
11 |
14 from .Ui_DjangoSendTestEmailDataDialog import Ui_DjangoSendTestEmailDataDialog |
12 from .Ui_DjangoSendTestEmailDataDialog import Ui_DjangoSendTestEmailDataDialog |
15 |
13 |