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

« back to all changes in this revision

Viewing changes to ivle/webapp/console/service.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:
32
32
import ivle.console
33
33
import ivle.chat
34
34
import ivle.conf
35
 
from ivle.webapp.base.views import JSONRESTView, named_operation
 
35
from ivle.webapp.base.rest import JSONRESTView, named_operation
36
36
 
37
37
# XXX: Should be RPC view, with actions in URL?
38
38
class ConsoleServiceRESTView(JSONRESTView):