ProjectDjango/DjangoSendTestEmailDataDialog.py

changeset 163
1622130167bb
parent 145
104b14713e9e
child 168
c6182aab51e9
equal deleted inserted replaced
162:2df96a504e66 163:1622130167bb
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

eric ide

mercurial