eric6/Project/ProjectBrowserModel.py

changeset 8207
d359172d11be
parent 8143
2c730d5fd177
child 8218
7c09585bd960
equal deleted inserted replaced
8206:adf11836cfce 8207:d359172d11be
35 ProjectBrowserOthersType = 5 35 ProjectBrowserOthersType = 5
36 ProjectBrowserResourceType = 6 36 ProjectBrowserResourceType = 6
37 ProjectBrowserProtocolsType = 7 37 ProjectBrowserProtocolsType = 7
38 38
39 39
40 class ProjectBrowserItemMixin(object): 40 class ProjectBrowserItemMixin:
41 """ 41 """
42 Class implementing common methods of project browser items. 42 Class implementing common methods of project browser items.
43 43
44 It is meant to be used as a mixin class. 44 It is meant to be used as a mixin class.
45 """ 45 """

eric ide

mercurial