comparison: src/eric7/Utilities/ClassBrowsers/__init__.py
src/eric7/Utilities/ClassBrowsers/__init__.py
- branch
- eric7
- changeset 9473
- 3f23dbf37dbe
- parent 9413
- 80c06d472826
- child 9482
- a2bc06a54d9d
equal
deleted
inserted
replaced
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 |
20 |
|
21 import importlib |
21 import os |
22 import os |
22 import importlib |
|
23 |
23 |
24 from eric7 import Preferences |
24 from eric7 import Preferences |
25 |
25 |
26 PY_SOURCE = 1 |
26 PY_SOURCE = 1 |
27 PTL_SOURCE = 128 |
27 PTL_SOURCE = 128 |