# HG changeset patch # User Pierre-Yves David # Date 1372353534 -7200 # Node ID e0b63ea2c65bd10f82c536d1147899c73e5fb89c # Parent 9aaf8472bad0e8aa81f587e9f971aaaf0063386a [dbapi] deprecated the dbapi diff -r 9aaf8472bad0 -r e0b63ea2c65b dbapi.py --- a/dbapi.py Thu Jun 27 19:26:14 2013 +0200 +++ b/dbapi.py Thu Jun 27 19:18:54 2013 +0200 @@ -93,7 +93,7 @@ - +@deprecated('[4.0] the dbapi is deprecated. Have a look at the new repoapi.') def _repo_connect(repo, login, **kwargs): """Constructor to create a new connection to the given CubicWeb repository.