Ejemplo n.º 1
0
 def __init__(self, app = None, router=None):
     EnvironLink.__init__(self, app)
     
     if router is None:
         router = Router()
         
     self.router = router
Ejemplo n.º 2
0
 def __init__(self, app, config):
     EnvironLink.__init__(self, app)
     
     self.setconfig(config)