QScintilla/ShellHistoryDialog.py

changeset 12
1d8dd9706f46
parent 0
de9c2efb9d02
child 13
1af94a91f439
equal deleted inserted replaced
11:b0996e4a289e 12:1d8dd9706f46
10 import os 10 import os
11 11
12 from PyQt4.QtCore import * 12 from PyQt4.QtCore import *
13 from PyQt4.QtGui import * 13 from PyQt4.QtGui import *
14 14
15 from Ui_ShellHistoryDialog import Ui_ShellHistoryDialog 15 from .Ui_ShellHistoryDialog import Ui_ShellHistoryDialog
16 16
17 class ShellHistoryDialog(QDialog, Ui_ShellHistoryDialog): 17 class ShellHistoryDialog(QDialog, Ui_ShellHistoryDialog):
18 """ 18 """
19 Class implementing the shell history dialog. 19 Class implementing the shell history dialog.
20 """ 20 """

eric ide

mercurial