Merge "Use /usr/bin/env python to autodetect python"

This commit is contained in:
Zuul
2018-05-28 14:25:21 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import json
import netaddr

View File

@@ -1,4 +1,4 @@
#!/bin/python -utt
#!/usr/bin/env python -utt
import os
import sys