comparison: CxFreeze/CxfreezeExecDialog.py
CxFreeze/CxfreezeExecDialog.py
- changeset 69
- edd974cbe7b6
- parent 66
- 8b8127353236
- child 80
- a349a1b6cb83
equal
deleted
inserted
replaced
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 |
9 |
10 from __future__ import unicode_literals # __IGNORE_WARNING__ |
10 from __future__ import unicode_literals |
11 try: |
11 try: |
12 str = unicode # __IGNORE_WARNING__ |
12 str = unicode |
13 except (NameError): |
13 except NameError: |
14 pass |
14 pass |
15 |
15 |
16 import shutil |
16 import shutil |
17 import errno |
17 import errno |
18 import fnmatch |
18 import fnmatch |