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

« back to all changes in this revision

Viewing changes to ivle/dispatch/__init__.py

ivle.dispatch: Reorder things in plugins_HACK to fix wildcards clobbering
    non-wildcards.
ivle.webapp.admin.subject#Plugin: Fix a route to point to the right view.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
# XXX List of plugins, which will eventually be read in from conf
52
52
plugins_HACK = [
53
53
    'ivle.webapp.admin.user#Plugin',
 
54
    'ivle.webapp.tutorial#Plugin',
54
55
    'ivle.webapp.admin.subject#Plugin',
55
56
    'ivle.webapp.browser#Plugin',
56
57
    'ivle.webapp.groups#Plugin',
57
 
    'ivle.webapp.tutorial#Plugin',
58
58
]
59
59
 
60
60
def get_routes_mapper():