Merge pull request #132 from peeweep/sniff-env
sniff: /usr/bin/python3 -> /usr/bin/env python3
This commit is contained in:
commit
ba496f1c22
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||
|
||||
|
|
Loading…
Reference in New Issue