changeset 10862 | 7357b1485795 |
parent 10809 | 359cbdf3a515 |
child 10907 | 9ae707db5265 |
--- 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)