From f940c3172afb9b14023ec82986843bf9cd70af2c Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 23 Sep 2020 03:35:14 +0200 Subject: add missing future import --- pyinst.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pyinst.py') 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, -- cgit v1.2.3