mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Fixed a silly mistake.
This commit is contained in:
parent
5dd67abd71
commit
172e46def8
|
@ -20,7 +20,7 @@ import struct, io
|
|||
|
||||
enable_jpeg2k = hasattr(Image.core, 'jp2klib_version')
|
||||
if enable_jpeg2k:
|
||||
import Jpeg2KImagePlugin
|
||||
from PIL import Jpeg2KImagePlugin
|
||||
|
||||
i8 = _binary.i8
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user