Added interpreter hashbang to python version script #bugfix
This commit is contained in:
parent
111d7cffe4
commit
c0527b9aa9
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
import subprocess
|
||||
|
||||
major_version = "2.3.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue