Make test.py executable

This commit is contained in:
Daniel Oaks 2016-12-01 19:22:31 +10:00
parent f359feb8e2
commit a0009a0267

1
test.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import sys
import unittest
import argparse