repoapi.py
changeset 9056 e777be2c5007
parent 9055 2567b7d04e49
child 9057 99cd4761aee6
--- a/repoapi.py	Fri Jun 21 13:42:19 2013 +0200
+++ b/repoapi.py	Fri Jun 21 13:49:13 2013 +0200
@@ -300,3 +300,8 @@
     def sessionid(self):
         # XXX This is DBAPI compatibility property. Deprecate it ASAP.
         return self._session.id
+
+    @property
+    def connection(self):
+        # XXX This is DBAPI compatibility property. Deprecate it ASAP.
+        return self