dataimport.py
changeset 8797 f0535129def6
parent 8796 2884368b263c
child 8807 d9aaad2c52e9
--- 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()