Added interpreter hashbang to python version script #bugfix

This commit is contained in:
pyr0ball 2020-06-15 11:38:46 -07:00
parent 111d7cffe4
commit c0527b9aa9

View file

@ -1,3 +1,4 @@
#!/usr/bin/python3
import subprocess
major_version = "2.3.1"