fixed typos, imports; pep8

This commit is contained in:
Сорокин Александр
2016-06-09 13:31:29 +03:00
parent 8381fed1ea
commit c787e3b775
2 changed files with 15 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ class Wash(object):
wash_name = 'wash'
if not Process.exists(wash_name):
wash_name = 'walsh'
if not Proces.exists(wash_name):
if not Process.exists(wash_name):
# Wash isn't found, drop out
return