comparison: eric6/VirtualEnv/VirtualenvConfigurationDialog.py
eric6/VirtualEnv/VirtualenvConfigurationDialog.py
- branch
- without_py2_and_pyqt4
- changeset 7192
- a22eee00b052
- parent 6942
- 2602857055c5
- child 7229
- 53054eb5b15a
equal
deleted
inserted
replaced
7 Module implementing a dialog to enter the parameters for the |
7 Module implementing a dialog to enter the parameters for the |
8 virtual environment. |
8 virtual environment. |
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 sys |
14 import sys |
19 import re |
15 import re |
20 |
16 |