comparison: eric6/DataViews/CodeMetrics.py
eric6/DataViews/CodeMetrics.py
- changeset 7229
- 53054eb5b15a
- parent 7192
- a22eee00b052
- child 7360
- 9190402e4505
equal
deleted
inserted
replaced
12 Module implementing a simple Python code metrics analyzer. |
12 Module implementing a simple Python code metrics analyzer. |
13 |
13 |
14 @exception ValueError the tokenize module is too old |
14 @exception ValueError the tokenize module is too old |
15 """ |
15 """ |
16 |
16 |
17 from __future__ import unicode_literals |
|
18 |
17 |
19 import os |
18 import os |
20 import io |
19 import io |
21 import keyword |
20 import keyword |
22 import token |
21 import token |