ripe-api.py: switch to a more generic shebang
This commit is contained in:
parent
e23d994dc1
commit
1379b7d5de
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3.6
|
||||
#!/usr/bin/env python3
|
||||
import requests
|
||||
import json
|
||||
import yaml
|
||||
|
|
Loading…
Reference in a new issue