comparison: eric6/Project/ProjectProtocolsBrowser.py
eric6/Project/ProjectProtocolsBrowser.py
- branch
- without_py2_and_pyqt4
- changeset 7192
- a22eee00b052
- parent 6942
- 2602857055c5
- child 7229
- 53054eb5b15a
equal
deleted
inserted
replaced
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 |
11 from __future__ import unicode_literals |
12 try: |
|
13 str = unicode |
|
14 except NameError: |
|
15 pass |
|
16 |
12 |
17 import os |
13 import os |
18 import glob |
14 import glob |
19 import sys |
15 import sys |
20 |
16 |