return numpy array from tracker, port urrtmon to python3

This commit is contained in:
Olivier R-D
2013-04-29 14:01:20 +02:00
parent fd5fb0788e
commit 7070145c9b
5 changed files with 40 additions and 36 deletions

View File

@@ -6,7 +6,7 @@ hackish file to crreate deb from setup.py
import subprocess
from email.utils import formatdate
DEBVERSION = "0.5"
DEBVERSION = "0.6"
branch = subprocess.check_output("git rev-parse --abbrev-ref HEAD", shell=True)
branch = branch.decode()