aboutsummaryrefslogtreecommitdiffstats
path: root/pyinst.py
diff options
context:
space:
mode:
authorUnknown <blackjack4494@web.de>2020-09-23 03:35:14 +0200
committerUnknown <blackjack4494@web.de>2020-09-23 03:35:14 +0200
commitf940c3172afb9b14023ec82986843bf9cd70af2c (patch)
tree466da7af9e5d291d438bd5789b3d8767104718e3 /pyinst.py
parentcdb7547e14e94dbbd66163fefe20fc367ba1474c (diff)
downloadhypervideo-pre-f940c3172afb9b14023ec82986843bf9cd70af2c.tar.lz
hypervideo-pre-f940c3172afb9b14023ec82986843bf9cd70af2c.tar.xz
hypervideo-pre-f940c3172afb9b14023ec82986843bf9cd70af2c.zip
add missing future import
Diffstat (limited to 'pyinst.py')
-rw-r--r--pyinst.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyinst.py b/pyinst.py
index b78fa14fe..84b887134 100644
--- a/pyinst.py
+++ b/pyinst.py
@@ -1,3 +1,4 @@
+from __future__ import unicode_literals
from PyInstaller.utils.win32.versioninfo import (
VarStruct, VarFileInfo, StringStruct, StringTable,
StringFileInfo, FixedFileInfo, VSVersionInfo, SetVersion,