frappe_docker/frappe-bench/env/lib/python2.7/site-packages/PIL/OleFileIO.py
2017-07-31 15:51:51 +05:30

12 lines
249 B
Python

import warnings
warnings.warn(
'PIL.OleFileIO is deprecated. Use the olefile Python package '
'instead. This module will be removed in a future version.',
DeprecationWarning
)
import olefile
import sys
sys.modules[__name__] = olefile