-
Added zipfile27 package to setup.py
-
Ppt parser import fix
-
olemeta: fixed import typo
-
More fixes on relative imports (py3)
-
Update __init__ of UnexpectedDataError exception
-
…s, exceptions raised when checking REFERENCENAME will cause an error.
-
This global except had hidden the problem with failing imports
-
This may be a reason for users complaining about missing logger (issue #101) and fixed failing isinstance(ole, olefile.OleFileIO) on my machine
-
Use correct variable when raising UnexpectedDataError on REFERENCENAM…