Python scripts can now be run directly from bash

This commit is contained in:
Martin Hořeňovský 2017-01-20 12:28:40 +01:00
parent 78a2866dc7
commit 81159838a5
8 changed files with 16 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python
from __future__ import print_function
from releaseCommon import Version