sigilplugins/imagecrunch/PIL/OleFileIO.py

5 lines
152 B
Python
Raw Normal View History

2019-08-03 07:49:15 +00:00
raise ImportError(
'PIL.OleFileIO is deprecated. Use the olefile Python package '
'instead. This module will be removed in a future version.'
)