comparison: eric6/VirtualEnv/VirtualenvConfigurationDialog.py
eric6/VirtualEnv/VirtualenvConfigurationDialog.py
- changeset 7781
- 607a6098cb44
- parent 7360
- 9190402e4505
- child 7827
- 3d42837a8b66
equal
deleted
inserted
replaced
5 |
5 |
6 """ |
6 """ |
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 |
|
11 |
10 |
12 import os |
11 import os |
13 import sys |
12 import sys |
14 import re |
13 import re |
15 |
14 |