mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 19:36:38 +03:00
OleFileIO: Add MAGIC constant to __all__
This is used by other modules in Pillow.
This commit is contained in:
parent
caa609c438
commit
99e7599ce2
|
@ -226,7 +226,7 @@ from PIL import _binary
|
||||||
import struct, array, os.path, datetime
|
import struct, array, os.path, datetime
|
||||||
|
|
||||||
#[PL] Define explicitly the public API to avoid private objects in pydoc:
|
#[PL] Define explicitly the public API to avoid private objects in pydoc:
|
||||||
__all__ = ['OleFileIO', 'isOleFile']
|
__all__ = ['OleFileIO', 'isOleFile', 'MAGIC']
|
||||||
|
|
||||||
if str is not bytes:
|
if str is not bytes:
|
||||||
long = int
|
long = int
|
||||||
|
|
Loading…
Reference in New Issue
Block a user