diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-13 18:35:11 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-13 18:35:11 +0200 |
commit | 40d540552848e08832a3d5bd9656c4e2f7e0a06e (patch) | |
tree | 97f9412aeb756bbaa6e90ef3fec745f4a5176c8e /pkg/pyinst/app.spec | |
parent | 6e3cced820964ddaa6df07fe9cb2de0c3b2d80b7 (diff) |
[pkg] add missing import
Diffstat (limited to 'pkg/pyinst/app.spec')
-rw-r--r-- | pkg/pyinst/app.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/pyinst/app.spec b/pkg/pyinst/app.spec index 6adbf5d..aeca944 100644 --- a/pkg/pyinst/app.spec +++ b/pkg/pyinst/app.spec @@ -1,5 +1,6 @@ # -*- mode: python -*- import platform +import sys block_cipher = None |