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