Utilities/ClassBrowsers/pyclbr.py

branch
Py2 comp.
changeset 3145
a9de05d4a22f
parent 3060
5883ce99ee12
child 3161
06f57a834adf
equal deleted inserted replaced
3144:bb63e24383e4 3145:a9de05d4a22f
11 11
12 This is module is based on pyclbr found in the Python 2.2.2 distribution. 12 This is module is based on pyclbr found in the Python 2.2.2 distribution.
13 """ 13 """
14 14
15 15
16 from __future__ import unicode_literals # __IGNORE_WARNING__ 16 from __future__ import unicode_literals
17 17
18 import sys 18 import sys
19 import imp 19 import imp
20 import re 20 import re
21 21

eric ide

mercurial