Remove deprecated PIL.OleFileIO in favour of olefile Python package

This commit is contained in:
Hugo 2019-01-19 17:59:17 +02:00
parent 8e4d547195
commit dbbe463326

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