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

« back to all changes in this revision

Viewing changes to ivle/webapp/browser/__init__.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:
27
27
"""
28
28
 
29
29
from ivle.webapp.base.plugins import BasePlugin
30
 
from ivle.webapp.base.views import XHTMLView
 
30
from ivle.webapp.base.xhtml import XHTMLView
31
31
 
32
32
import os.path
33
33
import cgi