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