mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +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.)
|
||||
##
|
||||
|
||||
from PIL import _imaginggl
|
||||
import _imaginggl
|
||||
|
||||
##
|
||||
# Texture factory.
|
||||
|
@ -25,4 +25,4 @@ from PIL import _imaginggl
|
|||
class TextureFactory:
|
||||
pass # overwritten by the _imaginggl module
|
||||
|
||||
from PIL._imaginggl import *
|
||||
from _imaginggl import *
|
||||
|
|
Loading…
Reference in New Issue
Block a user