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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/subject.py

Split up ivle.webapp.base.views into ivle.webapp.base.{rest,xhtml}, as it was
getting rather large and messy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
import urllib
27
27
import cgi
28
28
 
29
 
from ivle.webapp.base.views import XHTMLView
 
29
from ivle.webapp.base.xhtml import XHTMLView
30
30
from ivle.webapp.base.plugins import BasePlugin
31
31
from ivle.webapp.errors import NotFound
32
32
from ivle.database import Subject