__init__.py
branchstable
changeset 8234 83fd9ff90a9d
parent 8132 460472499d6d
child 8236 cc70da744f43
--- a/__init__.py	Tue Feb 14 15:15:09 2012 +0100
+++ b/__init__.py	Tue Feb 14 15:15:59 2012 +0100
@@ -117,6 +117,7 @@
                     binary.write(chunk)
             else:
                 binary.write(fobj.read())
+        binary.seek(0)
         return binary