Merge pull request #3598 from hugovk/rm-olefile-deprecation

Remove deprecated PIL.OleFileIO in favour of olefile Python package
This commit is contained in:
Hugo 2019-01-26 19:35:10 +02:00 committed by GitHub
commit 87139b24e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +0,0 @@
raise ImportError(
'PIL.OleFileIO is deprecated. Use the olefile Python package '
'instead. This module will be removed in a future version.'
)