diff pytouhou/ui/gamerenderer.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 1d3c8c7473a2
line wrap: on
line diff
--- a/pytouhou/ui/gamerenderer.pyx
+++ b/pytouhou/ui/gamerenderer.pyx
@@ -18,7 +18,7 @@ from itertools import chain
 from pyglet.gl import *
 
 from .renderer cimport Renderer
-from .background import get_background_rendering_data
+from .background cimport get_background_rendering_data