fix interpreter path

update to current over
This commit is contained in:
Martinez 2015-06-09 20:58:30 +02:00
parent fd46dc9590
commit 5ffb173513
5 changed files with 51 additions and 51 deletions

View file

@ -1,4 +1,8 @@
#! /bin/env python3
#! /usr/bin/env python3
# encoding: utf-8
_version = (0, '00000000') # OVER_VERSION_IDENTIFIER
rev = _version[0]
commit = _version[1]
str = '%d (%s)' %_version