Introducing new hooks manager

Currently, the manager use a naive implementation, this is
	mainly for architectural testing purpose.
This commit is contained in:
nemunaire 2014-09-01 19:21:54 +02:00
commit 3bc53bb4ef
14 changed files with 346 additions and 441 deletions

View file

@ -31,7 +31,7 @@ import server
#Store all used ports
PORTS = list()
class DCC(server.Server):
class DCC(server.AbstractServer):
def __init__(self, srv, dest, socket=None):
server.Server.__init__(self)