Example #1
0
    def __init__(self, connection, transparent):
        log.info("Init...")
        self.connection = connection
        self.transparent = transparent
        connection.addListeners(self)

        self.flowcreator = FlowCreator()

        self.createFlowRules()