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
commit 4e418d2fed
2 changed files with 2 additions and 2 deletions
extraconfig

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

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