~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/dispatch/__init__.py

Port the forum app to the new framework. With it also comes new cookie
infrastructure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    'ivle.webapp.console#Plugin',
63
63
    'ivle.webapp.security#Plugin',
64
64
    'ivle.webapp.media#Plugin',
 
65
    'ivle.webapp.forum#Plugin',
65
66
66
67
 
67
68
def generate_route_mapper(view_plugins):