OleFileIO: Add MAGIC constant to __all__

This is used by other modules in Pillow.
This commit is contained in:
Martin Panter 2014-02-04 04:10:19 +00:00
parent caa609c438
commit 99e7599ce2

View File

@ -226,7 +226,7 @@ from PIL import _binary
import struct, array, os.path, datetime
#[PL] Define explicitly the public API to avoid private objects in pydoc:
__all__ = ['OleFileIO', 'isOleFile']
__all__ = ['OleFileIO', 'isOleFile', 'MAGIC']
if str is not bytes:
long = int