Revert "Use relative import for _imaginggl"

This reverts commit 5e203de327.
This commit is contained in:
Alex Clark 2013-03-08 18:42:21 -05:00
parent 4546d26413
commit 6e00a9c355

View File

@ -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 *