author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Wed, 21 Oct 2015 16:31:05 +0200 | |
changeset 10862 | 7357b1485795 |
parent 10861 | 6205b89c3af6 |
child 10863 | 8e1f6de61300 |
--- a/dataimport/stores.py Wed Oct 21 16:08:57 2015 +0200 +++ b/dataimport/stores.py Wed Oct 21 16:31:05 2015 +0200 @@ -122,6 +122,10 @@ """Commit the database transaction.""" return self._commit() + def finish(self): + """Nothing to do once import is terminated for this store.""" + pass + @property def session(self): warnings.warn('[3.19] deprecated property.', DeprecationWarning, stacklevel=2)