~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-04-28 06:02:41 UTC
  • Revision ID: grantw@unimelb.edu.au-20090428060241-t4gnwl35maukfvfg
Move ivle.conf.mimetypes to ivle.mimetypes, and rename things in it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
from ivle.webapp.base.plugins import ViewPlugin, MediaPlugin
35
35
from ivle.webapp.errors import NotFound
36
36
from ivle.database import Subject, Semester, Offering, Enrolment, User
 
37
from ivle import util
37
38
 
38
39
 
39
40
class SubjectsView(XHTMLView):