diff options
Diffstat (limited to 'pyinst32.py')
-rw-r--r-- | pyinst32.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyinst32.py b/pyinst32.py index cb193e33d..eb3acb6c8 100644 --- a/pyinst32.py +++ b/pyinst32.py @@ -1,3 +1,4 @@ +from __future__ import unicode_literals from PyInstaller.utils.win32.versioninfo import ( VarStruct, VarFileInfo, StringStruct, StringTable, StringFileInfo, FixedFileInfo, VSVersionInfo, SetVersion, |