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:
parent
f9523f97df
commit
2b7d9bd579
2
setup.py
2
setup.py
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
from distutils.core import setup
|
||||
from distutils.extension import Extension
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
import ctypes
|
||||
import json
|
||||
import os
|
||||
|
Loading…
Reference in New Issue
Block a user