eea / odfpy

API for OpenDocument in Python
GNU General Public License v2.0
308 stars 63 forks source link

fix odf/opendocument.py toXml needs codecs import #79

Closed nadirhamid closed 5 years ago

nadirhamid commented 5 years ago

hello,

I was trying to use the toXml method for OpenDocument and had an issue with "codecs" not being in the namespace. please review the import i have added to address this issue.

thanks