diff pytouhou/ui/renderer.pyx @ 223:98c64ffcbdff

Make pytouhou.ui.{background,texture} Cython modules as they are only used by Cython modules.
author Thibaut Girka <thib@sitedethib.com>
date Sun, 18 Dec 2011 21:23:51 +0100
parents 5cac48b328ad
children d3ba32a9096e
line wrap: on
line diff
--- a/pytouhou/ui/renderer.pyx
+++ b/pytouhou/ui/renderer.pyx
@@ -21,7 +21,7 @@ from struct import pack
 from pyglet.gl import *
 
 from .sprite cimport get_sprite_rendering_data
-from .texture import TextureManager
+from .texture cimport TextureManager
 
 
 MAX_ELEMENTS = 10000