Child: [5a129e] (diff)
Download this file
1 2 3 4 5 6 7
from tg import expose from webob import exc class BaseController(object): @expose() def _lookup(self, name, *remainder): raise exc.HTTPNotFound, name