Set executable flag on selftest.py and added shebang line

This commit is contained in:
Andrew Murray 2016-12-11 12:30:11 +11:00
parent badbff1b99
commit 57bab081b9

1
selftest.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
# minimal sanity check
from __future__ import print_function