~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:37:59 UTC
  • mto: This revision was merged to the branch mainline in revision 1384.
  • Revision ID: grantw@unimelb.edu.au-20091208233759-29awukw47eotn0py
Remove unused OfferingEnrolmentSet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
        ctx['project'] = self.context
220
220
        ctx['user'] = req.user
221
221
 
222
 
class OfferingEnrolmentSet(object):
223
 
    def __init__(self, offering):
224
 
        self.offering = offering
225
 
 
226
222
class Plugin(ViewPlugin, MediaPlugin):
227
223
    forward_routes = (root_to_subject, subject_to_offering,
228
224
                      offering_to_project, offering_to_projectset)