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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/user.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:
17
17
 
18
18
# Author: Matt Giuca, Will Grant
19
19
 
20
 
from ivle.webapp.base.views import JSONRESTView, XHTMLView
 
20
from ivle.webapp.base.rest import JSONRESTView
 
21
from ivle.webapp.base.xhtml import XHTMLView
21
22
from ivle.webapp.base.plugins import BasePlugin
22
23
import ivle.database
23
24
import ivle.util