Remove deprecated PIL.OleFileIO in favour of olefile Python package

This commit is contained in:
hugovk 2017-10-04 08:26:23 +03:00 committed by Hugo
parent 9bd66bccfc
commit a09ae77c93

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.'
)