Commit bc71c6dd by Michael DeHaan

add space between function

parent cb55cd6f
...@@ -40,6 +40,7 @@ class Connection(object): ...@@ -40,6 +40,7 @@ class Connection(object):
self.runner = runner self.runner = runner
self.transport = transport self.transport = transport
self.sudo_user = sudo_user self.sudo_user = sudo_user
def connect(self, host, port=None): def connect(self, host, port=None):
conn = None conn = None
if self.transport == 'local': if self.transport == 'local':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment