~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:48:32 UTC
  • Revision ID: grantw@unimelb.edu.au-20090428064832-41op1ck541a0x46g
Remove unused ivle.util imports.

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
38
37
 
39
38
 
40
39
class SubjectsView(XHTMLView):