repoapi.py
changeset 9057 99cd4761aee6
parent 9056 e777be2c5007
child 9058 2f45e99ad753
equal deleted inserted replaced
9056:e777be2c5007 9057:99cd4761aee6
   303 
   303 
   304     @property
   304     @property
   305     def connection(self):
   305     def connection(self):
   306         # XXX This is DBAPI compatibility property. Deprecate it ASAP.
   306         # XXX This is DBAPI compatibility property. Deprecate it ASAP.
   307         return self
   307         return self
       
   308 
       
   309     @property
       
   310     def _repo(self):
       
   311         # XXX This is DBAPI compatibility property. Deprecate it ASAP.
       
   312         return self._session.repo