fix interpreter hashbang, fix missing returncode in over.core.cmd

This commit is contained in:
Martinez 2015-06-08 20:49:20 +02:00
parent 57f4315c9a
commit 9acf3a3296
14 changed files with 15 additions and 14 deletions

View file

@ -1,4 +1,4 @@
#! /bin/env python3
#! /usr/bin/env python3
# encoding: utf-8
import queue
@ -66,6 +66,7 @@ class Command:
self.__dict__['thread'] = None
self.__dict__['fifo'] = None
self.__dict__['terminated'] = False
self.__dict__['returncode'] = None
def dump(self, sequence=None, pretty=False):
out = []