comparison: eric6/Utilities/ClassBrowsers/protoclbr.py
eric6/Utilities/ClassBrowsers/protoclbr.py
- changeset 7229
- 53054eb5b15a
- parent 6942
- 2602857055c5
- child 7259
- 7c017076c12e
equal
deleted
inserted
replaced
8 rpc methods. |
8 rpc methods. |
9 |
9 |
10 It is based on the Python class browser found in this package. |
10 It is based on the Python class browser found in this package. |
11 """ |
11 """ |
12 |
12 |
13 from __future__ import unicode_literals |
|
14 |
13 |
15 import re |
14 import re |
16 |
15 |
17 import Utilities |
16 import Utilities |
18 import Utilities.ClassBrowsers as ClassBrowsers |
17 import Utilities.ClassBrowsers as ClassBrowsers |