many small fixes, typo and newlines... housekeeping!

This commit is contained in:
Johannes Findeisen 2013-08-18 23:45:12 +02:00
commit 4193058957
4 changed files with 11 additions and 6 deletions

View file

@ -3,6 +3,7 @@ from subprocess import Popen
from subprocess import CalledProcessError
from datetime import datetime as dt
#TODO: Move this to shell.py service file. this definitely is shell execution. (hanez)
class Command:
def __init__(self, command, log):