Make included scripts virtualenv-friendly

This commit is contained in:
Joe Rickerby
2019-04-23 22:17:59 +01:00
parent bab8b6668e
commit 3f5572e956
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from __future__ import print_function
import os, sys, subprocess, shutil
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from __future__ import print_function
import os, sys, subprocess, shutil, json