comparison: CxFreeze/CxfreezeConfigDialog.py
CxFreeze/CxfreezeConfigDialog.py
- changeset 125
- 13f16f4e355a
- parent 123
- dd6f7c9041a4
- child 127
- a76379d552f2
equal
deleted
inserted
replaced
4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing a dialog to enter the parameters for cxfreeze. |
7 Module implementing a dialog to enter the parameters for cxfreeze. |
8 """ |
8 """ |
9 |
|
10 from __future__ import unicode_literals |
|
11 try: |
|
12 str = unicode |
|
13 except NameError: |
|
14 pass |
|
15 |
9 |
16 import sys |
10 import sys |
17 import os |
11 import os |
18 import copy |
12 import copy |
19 |
13 |