ProjectDjangoTagsMenu/IfTagInputDialog.py

changeset 47
825bf5861f89
parent 44
3ea572ed13b6
child 51
29c461f7bea0
equal deleted inserted replaced
46:1e62de075091 47:825bf5861f89
4 # 4 #
5 5
6 """ 6 """
7 Module implementing a dialog to enter the parameters for the if tag. 7 Module implementing a dialog to enter the parameters for the if tag.
8 """ 8 """
9
10 from __future__ import unicode_literals
11 9
12 from PyQt5.QtCore import pyqtSlot 10 from PyQt5.QtCore import pyqtSlot
13 from PyQt5.QtWidgets import QDialog, QDialogButtonBox 11 from PyQt5.QtWidgets import QDialog, QDialogButtonBox
14 12
15 from .Ui_IfTagInputDialog import Ui_IfTagInputDialog 13 from .Ui_IfTagInputDialog import Ui_IfTagInputDialog

eric ide

mercurial