Changeset 79 for trunk/dbpickle/dbpickle.py
- Timestamp:
- 03/02/07 14:31:30 (3 years ago)
- Files:
-
- 1 modified
-
trunk/dbpickle/dbpickle.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbpickle/dbpickle.py
r76 r79 83 83 84 84 85 @transaction.commit_on_success85 #@transaction.commit_on_success 86 86 def load(filepath, pluginpath=None): 87 87 """ … … 110 110 key, obj = data.popitem() 111 111 load_recursive(data, obj, pre_save_hook) 112 113 load = transaction.commit_on_success(load) 112 114 113 115
