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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/subject.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:
43
43
from ivle import util
44
44
import ivle.date
45
45
 
46
 
from ivle.webapp.admin.projectservice import ProjectSetRESTView,\
47
 
                                             ProjectRESTView
 
46
from ivle.webapp.admin.projectservice import ProjectSetRESTView
48
47
from ivle.webapp.admin.offeringservice import OfferingRESTView
49
48
from ivle.webapp.admin.publishing import (root_to_subject,
50
49
            subject_to_offering, offering_to_projectset, offering_to_project,
232
231
 
233
232
             (Offering, ('+projectsets', '+new'), OfferingRESTView, 'api'),
234
233
             (ProjectSet, ('+projects', '+new'), ProjectSetRESTView, 'api'),
235
 
             (Project, '+index', ProjectRESTView, 'api'),
236
234
             ]
237
235
 
238
236
    breadcrumbs = {Subject: SubjectBreadcrumb,