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

« back to all changes in this revision

Viewing changes to ivle/webapp/base/test/test_rest.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:
1
1
import urllib
2
2
 
3
 
from ivle.webapp.base.views import RESTView, JSONRESTView, named_operation
 
3
from ivle.webapp.base.rest import JSONRESTView, named_operation
4
4
from ivle.webapp.errors import BadRequest, MethodNotAllowed
5
5
from ivle.webapp.testing import FakeUser, FakeRequest
6
6