Helpviewer/History/HistoryTreeModel.py

changeset 12
1d8dd9706f46
parent 7
c679fb30c8f3
child 13
1af94a91f439
equal deleted inserted replaced
11:b0996e4a289e 12:1d8dd9706f46
10 import bisect 10 import bisect
11 11
12 from PyQt4.QtCore import * 12 from PyQt4.QtCore import *
13 from PyQt4.QtGui import QAbstractProxyModel 13 from PyQt4.QtGui import QAbstractProxyModel
14 14
15 from HistoryModel import HistoryModel 15 from .HistoryModel import HistoryModel
16 16
17 import UI.PixmapCache 17 import UI.PixmapCache
18 18
19 class HistoryTreeModel(QAbstractProxyModel): 19 class HistoryTreeModel(QAbstractProxyModel):
20 """ 20 """

eric ide

mercurial