Utilities/ClassBrowsers/idlclbr.py

branch
Py2 comp.
changeset 3145
a9de05d4a22f
parent 3060
5883ce99ee12
child 3161
06f57a834adf
equal deleted inserted replaced
3144:bb63e24383e4 3145:a9de05d4a22f
12 attributes. 12 attributes.
13 13
14 It is based on the Python class browser found in this package. 14 It is based on the Python class browser found in this package.
15 """ 15 """
16 16
17 from __future__ import unicode_literals # __IGNORE_WARNING__ 17 from __future__ import unicode_literals
18 18
19 import re 19 import re
20 20
21 import Utilities 21 import Utilities
22 import Utilities.ClassBrowsers as ClassBrowsers 22 import Utilities.ClassBrowsers as ClassBrowsers

eric ide

mercurial