Skip to content

Commit

Permalink
add missing future import
Browse files Browse the repository at this point in the history
  • Loading branch information
blackjack4494 committed Sep 23, 2020
1 parent cdb7547 commit f940c31
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyinst.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import unicode_literals
from PyInstaller.utils.win32.versioninfo import (
VarStruct, VarFileInfo, StringStruct, StringTable,
StringFileInfo, FixedFileInfo, VSVersionInfo, SetVersion,
Expand Down
1 change: 1 addition & 0 deletions pyinst32.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import unicode_literals
from PyInstaller.utils.win32.versioninfo import (
VarStruct, VarFileInfo, StringStruct, StringTable,
StringFileInfo, FixedFileInfo, VSVersionInfo, SetVersion,
Expand Down
1 change: 1 addition & 0 deletions scripts/update-version-workflow.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import unicode_literals
from datetime import datetime
# import urllib.request

Expand Down
1 change: 1 addition & 0 deletions scripts/update-version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import unicode_literals
from datetime import datetime
import urllib.request

Expand Down

0 comments on commit f940c31

Please sign in to comment.