Commit 290b0734 authored by Marius Gedminas's avatar Marius Gedminas

Fix ResourceWarning in blob_importexport.txt

parent f7115e55
......@@ -37,7 +37,7 @@ Export our blobs from a database1 connection:
>>> conn = root1['blobdata']._p_jar
>>> oid = root1['blobdata']._p_oid
>>> exportfile = 'export'
>>> nothing = connection1.exportFile(oid, exportfile)
>>> connection1.exportFile(oid, exportfile).close()
Import our exported data into database2:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment