src/eric7/Utilities/ClassBrowsers/__init__.py

branch
eric7
changeset 9609
c2f9c10c47cc
parent 9497
8beca4047c53
child 9612
93b496cc3c88
equal deleted inserted replaced
9608:8dcfd48355df 9609:c2f9c10c47cc
15 <li>ProtoBuf</li> 15 <li>ProtoBuf</li>
16 <li>Python 3</li> 16 <li>Python 3</li>
17 <li>Ruby</li> 17 <li>Ruby</li>
18 </ul> 18 </ul>
19 """ 19 """
20
21 # TODO: move the IDL and Protobuf class browsers to the plugins.
20 22
21 import importlib 23 import importlib
22 import os 24 import os
23 25
24 from eric7 import Preferences 26 from eric7 import Preferences

eric ide

mercurial