Merge "Use /usr/bin/env python to autodetect python"
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import netaddr
|
import netaddr
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/python -utt
|
#!/usr/bin/env python -utt
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
Reference in New Issue
Block a user