comparison: eric6/PipInterface/Pip.py
eric6/PipInterface/Pip.py
- branch
- without_py2_and_pyqt4
- changeset 7192
- a22eee00b052
- parent 6975
- 3325bf3e7b2c
- child 7229
- 53054eb5b15a
equal
deleted
inserted
replaced
6 """ |
6 """ |
7 Package implementing the pip GUI logic. |
7 Package implementing the pip GUI logic. |
8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals |
10 from __future__ import unicode_literals |
11 try: |
|
12 str = unicode # __IGNORE_EXCEPTION__ |
|
13 except NameError: |
|
14 pass |
|
15 |
11 |
16 import os |
12 import os |
17 import sys |
13 import sys |
18 import json |
14 import json |
19 |
15 |