comparison: CxFreeze/CxfreezeExecDialog.py
CxFreeze/CxfreezeExecDialog.py
- changeset 125
- 13f16f4e355a
- parent 123
- dd6f7c9041a4
- child 129
- 6b6a5ad47190
equal
deleted
inserted
replaced
4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing a dialog to show the output of the packager process. |
7 Module implementing a dialog to show the output of the packager process. |
8 """ |
8 """ |
9 |
|
10 from __future__ import unicode_literals |
|
11 try: |
|
12 str = unicode |
|
13 except NameError: |
|
14 pass |
|
15 |
9 |
16 import shutil |
10 import shutil |
17 import errno |
11 import errno |
18 import fnmatch |
12 import fnmatch |
19 import os.path |
13 import os.path |