ProjectDjangoTagsMenu/IeCommentDialog.py

changeset 10
ef5694c0bf3a
parent 9
1b11bf54b3b2
child 16
f2d493540f04
equal deleted inserted replaced
9:1b11bf54b3b2 10:ef5694c0bf3a
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 """ 3 """
4 Module implementing a dialog to enter data for an IE comment. 4 Module implementing a dialog to enter data for an IE comment.
5 """ 5 """
6
7 from __future__ import unicode_literals # __IGNORE_WARNING__
6 8
7 from PyQt4.QtGui import QDialog 9 from PyQt4.QtGui import QDialog
8 10
9 from .Ui_IeCommentDialog import Ui_IeCommentDialog 11 from .Ui_IeCommentDialog import Ui_IeCommentDialog
10 12

eric ide

mercurial