EDI: don't close cr in wizard

bzr revid: ced-4c3d501f8514df33cb18ea311940ad1937ef5eba
This commit is contained in:
ced 2007-05-08 13:47:59 +00:00
parent bed1b784b2
commit 3e23cb4007
1 changed files with 0 additions and 1 deletions

View File

@ -175,7 +175,6 @@ def _prepare_import(self, cr, uid, data, context):
'logdesc': "Couldn't move %s to erreur" % filename,
})
cr.commit()
cr.close()
return {}
def _do_import(self, cr, uid, data, context):