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()
def setup(self): import handlers self.routes = handlers.getRouting()