Merge pull request #2282 from radarhere/selftest

Set executable flag on selftest.py and added shebang line
This commit is contained in:
wiredfool 2016-12-13 19:57:25 +00:00 committed by GitHub
commit 2a7b4577c1

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