Child: [5a129e] (diff)

Download this file

base.py    7 lines (6 with data), 166 Bytes

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