repoapi.py
changeset 9054 d7e78645dab6
parent 9053 862040061173
child 9055 2567b7d04e49
--- a/repoapi.py	Fri Jun 21 11:39:34 2013 +0200
+++ b/repoapi.py	Fri Jun 21 12:12:58 2013 +0200
@@ -291,3 +291,7 @@
     def request(self):
         # XXX This is DBAPI compatibility method. Deprecate it ASAP.
         return self
+
+    def cursor(self):
+        # XXX This is DBAPI compatibility method. Deprecate it ASAP.
+        return self