repoapi.py
changeset 9053 862040061173
parent 9052 4cba5f2cd57b
child 9054 d7e78645dab6
--- a/repoapi.py	Tue Jun 25 11:06:57 2013 +0200
+++ b/repoapi.py	Fri Jun 21 11:39:34 2013 +0200
@@ -287,3 +287,7 @@
         # Connection object
         with self._srv_cnx as cnx:
             return cnx.repo.system_source.undo_transaction(cnx, txuuid)
+
+    def request(self):
+        # XXX This is DBAPI compatibility method. Deprecate it ASAP.
+        return self