Fix test.py shebang

Ensures that Python is correctly found across different platforms.
This commit is contained in:
Ingvar Stepanyan
2017-11-15 20:12:49 +00:00
committed by Ryan Hunt
parent 6c9b82db5f
commit c8cccd58af
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/python
#!/usr/bin/env python
import os
import glob