[dataimport] drop checkpoint backward compat API
authorPierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 27 Mar 2013 14:53:40 +0100
changeset 8797 f0535129def6
parent 8796 2884368b263c
child 8798 cdab3aadc679
[dataimport] drop checkpoint backward compat API Deprecated since 3.7. See #2772958 for details.
dataimport.py
--- a/dataimport.py	Wed Mar 27 14:53:06 2013 +0100
+++ b/dataimport.py	Wed Mar 27 14:53:40 2013 +0100
@@ -560,10 +560,6 @@
         self.session = session
         self._commit = commit or session.commit
 
-    @deprecated("[3.7] checkpoint() deprecated. use commit() instead")
-    def checkpoint(self):
-        self.commit()
-
     def commit(self):
         txuuid = self._commit()
         self.session.set_cnxset()