~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-08 23:45:39 UTC
  • mto: This revision was merged to the branch mainline in revision 1384.
  • Revision ID: grantw@unimelb.edu.au-20091208234539-rtge6krc4uab0ccc
Remove ProjectRESTView, which did nothing and was unused.

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."""