Merge branch 'master' of git.covalent.cz:overwatch/over

This commit is contained in:
Martinez 2015-06-09 09:48:59 +02:00
commit ba1034bf22
17 changed files with 60 additions and 14 deletions

View file

@ -1,4 +1,4 @@
#! /bin/env python3
#! /usr/bin/env python3
# encoding: utf-8
from . import app

View file

@ -1,4 +1,4 @@
#! /bin/env python3
#! /usr/bin/env python3
# encoding: utf-8
import os

View file

@ -1,4 +1,4 @@
#! /bin/env python3
#! /usr/bin/env python3
# encoding: utf-8
import sys

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 = []

View file

@ -1,4 +1,4 @@
#! /bin/env python3
#! /usr/bin/env python3
# encoding: utf-8
import os

View file

@ -1,4 +1,4 @@
#! /bin/env python3
#! /usr/bin/env python3
# encoding: utf-8
import copy

View file

@ -1,4 +1,4 @@
#! /bin/env python3
#! /usr/bin/env python3
# encoding: utf-8
# --------------------------------------------------

View file

@ -1,4 +1,4 @@
#! /bin/env python3
#! /usr/bin/env python3
# encoding: utf-8
import math