Use relative import for _imaginggl

This commit is contained in:
Christoph Gohlke 2013-03-08 13:38:37 -08:00
parent 089a04bce1
commit 5e203de327

View File

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