[dbapi] deprecated the dbapi
authorPierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 27 Jun 2013 19:18:54 +0200
changeset 9126 e0b63ea2c65b
parent 9125 9aaf8472bad0
child 9127 aff75b69db92
[dbapi] deprecated the dbapi
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.