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

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/diff/__init__.py

Merge from new-dispatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    def __init__(self, req, path):
40
40
        self.path = path
41
41
 
 
42
    def authorize(self, req):
 
43
        return req.user is not None
 
44
 
42
45
    def populate(self, req, ctx):
43
46
        self.plugin_styles[Plugin] = ['diff.css']
44
47