Exemplo n.º 1
0
 def __init__(self, app):
     Manager.__init__(self, app)
     self.yml = self.app.conf.setdefault('layer', dict())
Exemplo n.º 2
0
    def __init__(self, app):
        Manager.__init__(self, app)

        self.data = dict()
Exemplo n.º 3
0
    def __init__(self, app):
        Manager.__init__(self, app)

        self.actions = dict()