comparison: eric6/Project/ProjectProtocolsBrowser.py
eric6/Project/ProjectProtocolsBrowser.py
- changeset 7229
- 53054eb5b15a
- parent 7192
- a22eee00b052
- child 7266
- d001bc703c29
equal
deleted
inserted
replaced
6 """ |
6 """ |
7 Module implementing the a class used to display the protocols (protobuf) part |
7 Module implementing the a class used to display the protocols (protobuf) part |
8 of the project. |
8 of the project. |
9 """ |
9 """ |
10 |
10 |
11 from __future__ import unicode_literals |
|
12 |
11 |
13 import os |
12 import os |
14 import glob |
13 import glob |
15 import sys |
14 import sys |
16 |
15 |