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

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

        self.actions = dict()