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

« back to all changes in this revision

Viewing changes to ivle/dispatch/__init__.py

ivle.webapp.filesystem.diff: Port www/apps/diff to new framework. This moves
    all of the presentation logic into the app, with the service returning
    just a raw diff. This now runs the service using ivle.interpret#execute_raw

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    'ivle.webapp.tutorial#Plugin',
55
55
    'ivle.webapp.admin.subject#Plugin',
56
56
    'ivle.webapp.filesystem.browser#Plugin',
 
57
    'ivle.webapp.filesystem.diff#Plugin',
57
58
    'ivle.webapp.groups#Plugin',
58
59
    'ivle.webapp.console#Plugin',
59
60
    'ivle.webapp.security#Plugin',