Commit 038fe9db authored by Denis Bilenko's avatar Denis Bilenko

insert empty line where due

parent 815a4bd0
...@@ -40,6 +40,7 @@ except AttributeError: ...@@ -40,6 +40,7 @@ except AttributeError:
class SocketConsole(Greenlet): class SocketConsole(Greenlet):
def __init__(self, desc, hostport, locals): def __init__(self, desc, hostport, locals):
Greenlet.__init__(self) Greenlet.__init__(self)
self.hostport = hostport self.hostport = hostport
......
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