use env where possible

pull/25/head
Pavol Rusnak 6 years ago
parent f9523f97df
commit 2b7d9bd579
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save