Inherited from universal route

Client and Server routes have been unified into a single route class.
This commit is contained in:
Philip Trauner 2016-10-07 15:07:52 +02:00
parent 28618abc98
commit 1e5674dd8f

View file

@ -50,7 +50,7 @@ class Fl0wClient(Client):
Logging.info("Connection closed: %s (%s)" % (reason, code))
class Info(Routing.ClientRoute):
class Info(Routing.Route):
def run(self, data, handler):
info = ""
for key in data: