mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +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
 | 
			
		||||
 | 
			
		||||
#[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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user