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

        self.data = dict()
Example #3
0
    def __init__(self, app):
        Manager.__init__(self, app)

        self.actions = dict()