]> andersk Git - sql.git/blobdiff - lib/python/mitsql/interface/main.py
implemented base interface
[sql.git] / lib / python / mitsql / interface / main.py
diff --git a/lib/python/mitsql/interface/main.py b/lib/python/mitsql/interface/main.py
deleted file mode 100644 (file)
index 39f8591..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-import cherrypy
-from pprint import pformat
-
-class Root(object):
-    def default(self, *args, **kw):
-        cherrypy.response.headers['Content-type'] = 'text/plain'
-        return pformat(dict(filter(lambda x: not x[0][:2] == '__', cherrypy.request.__dict__.items())))
-    default.exposed = True
-
-    def test(self):
-        return 'test'
-    test.exposed = True
-
This page took 0.073217 seconds and 4 git commands to generate.