mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Use relative import for _imaginggl
This commit is contained in:
parent
089a04bce1
commit
5e203de327
|
@ -17,7 +17,7 @@
|
|||
# extensions.)
|
||||
##
|
||||
|
||||
import _imaginggl
|
||||
from . import _imaginggl
|
||||
|
||||
##
|
||||
# Texture factory.
|
||||
|
@ -25,4 +25,4 @@ import _imaginggl
|
|||
class TextureFactory:
|
||||
pass # overwritten by the _imaginggl module
|
||||
|
||||
from _imaginggl import *
|
||||
from ._imaginggl import *
|
||||
|
|
Loading…
Reference in New Issue
Block a user