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

« back to all changes in this revision

Viewing changes to ivle/dispatch/__init__.py

Port the tos app to the new framework, and fix ivle.webapp.help's reference
to it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
    'ivle.webapp.media#Plugin',
66
66
    'ivle.webapp.forum#Plugin',
67
67
    'ivle.webapp.help#Plugin',
 
68
    'ivle.webapp.tos#Plugin',
68
69
69
70
 
70
71
def generate_route_mapper(view_plugins):