diff pytouhou/ui/opengl/sprite.pyx @ 513:5e3e0b09a531

Move the OpenGL backend to its own package.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 05 Dec 2013 02:16:31 +0100
parents pytouhou/ui/sprite.pyx@b39ad30c6620
children 3d4410de78e1
line wrap: on
line diff
copy from pytouhou/ui/sprite.pyx
copy to pytouhou/ui/opengl/sprite.pyx
--- a/pytouhou/ui/sprite.pyx
+++ b/pytouhou/ui/opengl/sprite.pyx
@@ -16,7 +16,7 @@
 from libc.math cimport M_PI as pi
 
 from pytouhou.utils.matrix cimport Matrix
-from pytouhou.ui.renderer cimport Texture #XXX
+from .renderer cimport Texture #XXX
 
 
 cpdef object get_sprite_rendering_data(Sprite sprite):