Commit b599c108 authored by Kevin Deldycke's avatar Kevin Deldycke

Fix importing bug

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6437 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f24199fc
......@@ -54,7 +54,7 @@ except AttributeError:
from base64 import b64decode
global supported_decoding
supported_decoding = {
'base64' : base64.b64decode
'base64' : b64decode
, 'quoted-printable': binascii.a2b_qp
# "8bit", "7bit", and "binary" values all mean that NO encoding has been performed
, '8bit' : None
......
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