1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 18:49:07 +00:00

use env where possible

This commit is contained in:
Pavol Rusnak 2018-09-30 15:40:18 +02:00
parent f9523f97df
commit 2b7d9bd579
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from distutils.core import setup
from distutils.extension import Extension

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import ctypes
import json
import os