Exemplo n.º 1
0
    def setup(self):
        """
        Perform any setup needed to bend the server to our whims.

        This really only grabs the routing table from the :mod:`handlers`
        module.

        """

        import handlers
        self.routes = handlers.getRouting()
Exemplo n.º 2
0
 def setup(self):
     import handlers
     self.routes = handlers.getRouting()