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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/projectservice.py

  • Committer: William Grant
  • Date: 2009-12-09 01:17:36 UTC
  • mfrom: (1375.1.4 trunk)
  • Revision ID: grantw@unimelb.edu.au-20091209011736-rnzmusevrvg12vjn
Merge trainchanges.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
        self.ctx['project'] = new_project
60
60
 
61
61
        return {'success': True, 'projectset_id': self.context.id}
62
 
 
63
 
class ProjectRESTView(XHTMLRESTView):
64
 
    """Rest view for a project."""