comparison: eric6/Project/ProjectProtocolsBrowser.py
eric6/Project/ProjectProtocolsBrowser.py
- changeset 7780
- 41420f82c0ac
- parent 7759
- 51aa6c6b66f7
- child 7923
- 91e843545d9a
equal
deleted
inserted
replaced
5 |
5 |
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 |
|
11 |
10 |
12 import os |
11 import os |
13 import glob |
12 import glob |
14 import sys |
13 import sys |
15 |
14 |