Templates/TemplateHelpDialog.py

branch
6_1_x
changeset 4541
e8ddd9d76414
parent 4481
456c58fc64b0
child 4631
5c1a96925da4
equal deleted inserted replaced
4539:beac8323fa9e 4541:e8ddd9d76414
4 # 4 #
5 5
6 """ 6 """
7 Module implementing a dialog to show some template help. 7 Module implementing a dialog to show some template help.
8 """ 8 """
9
10 from __future__ import unicode_literals
9 11
10 from PyQt5.QtCore import Qt 12 from PyQt5.QtCore import Qt
11 from PyQt5.QtWidgets import QDialog 13 from PyQt5.QtWidgets import QDialog
12 14
13 from .Ui_TemplateHelpDialog import Ui_TemplateHelpDialog 15 from .Ui_TemplateHelpDialog import Ui_TemplateHelpDialog

eric ide

mercurial