Make check_prefixes executable

This commit is contained in:
Mathieu Comandon 2016-10-25 14:56:47 -07:00
parent 7c402022ab
commit 46ff0c2cde

1
tests/check_prefixes.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/python3
import os
import sys
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))