repoapi.py
changeset 9057 99cd4761aee6
parent 9056 e777be2c5007
child 9058 2f45e99ad753
--- a/repoapi.py	Fri Jun 21 13:49:13 2013 +0200
+++ b/repoapi.py	Fri Jun 21 15:25:47 2013 +0200
@@ -305,3 +305,8 @@
     def connection(self):
         # XXX This is DBAPI compatibility property. Deprecate it ASAP.
         return self
+
+    @property
+    def _repo(self):
+        # XXX This is DBAPI compatibility property. Deprecate it ASAP.
+        return self._session.repo