Templates/TemplateHelpDialog.py

changeset 4543
2e6a880670e9
parent 4481
456c58fc64b0
child 4631
5c1a96925da4
equal deleted inserted replaced
4540:45627d092846 4543:2e6a880670e9
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