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

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/service.py

Merge from new-dispatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
    @require_permission('edit')
70
70
    def PUT(self, req, data):
71
 
        ''' Tests the given submission '''
 
71
        """ Tests the given submission """
72
72
        exercisefile = ivle.util.open_exercise_file(self.exercise)
73
73
        if exercisefile is None:
74
74
            raise NotFound()