Fix used python for aursearch to use /usr/bin/env
parent
bb7c1311c9
commit
0f23180b34
|
@ -1,4 +1,4 @@
|
|||
#!/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
import sys, json, urllib.parse, http.client, getopt
|
||||
|
||||
|
|
Loading…
Reference in New Issue