45
45
from ivle.webapp.base.plugins import ViewPlugin, PublicViewPlugin
46
46
from ivle.webapp.base.xhtml import XHTMLView, XHTMLErrorView
47
47
from ivle.webapp.errors import HTTPError, Unauthorized, NotFound
49
49
from ivle.webapp import ApplicationRoot
51
51
config = ivle.config.Config()
55
55
Build a Mapper object for doing URL matching using 'routes', based on the
60
60
r.add_set_switch('api', 'api')