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

« back to all changes in this revision

Viewing changes to ivle/dispatch/__init__.py

ivle.webapp.admin.subject: Port www/apps/subjects to new framework.

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.admin.subject#Plugin',
54
55
    'ivle.webapp.browser#Plugin',
55
56
    'ivle.webapp.groups#Plugin',
56
57
    'ivle.webapp.tutorial#Plugin',