aboutsummaryrefslogtreecommitdiffstats
path: root/src/testarchive/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/testarchive/views.py')
-rw-r--r--src/testarchive/views.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/testarchive/views.py b/src/testarchive/views.py
deleted file mode 100644
index a7812dc3..00000000
--- a/src/testarchive/views.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from rest.resource import Resource
-
-class RootResource(Resource):
- """This is my docstring
- """
-
- def handle_get(self, headers={}, *args, **kwargs):
- return (200, {'Name': 'Test', 'Value': 1}, {'Location': 'BLAH'})