diff pytouhou/ui/anmrenderer.pyx @ 455:6864a38b2413

Make pytouhou.lib.sdl cimportable, and convert pytouhou.ui.window.* to extension types.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Mon, 02 Sep 2013 22:16:38 +0200
parents c9433188ffdb
children e35bef07290d
line wrap: on
line diff
--- a/pytouhou/ui/anmrenderer.pyx
+++ b/pytouhou/ui/anmrenderer.pyx
@@ -24,7 +24,7 @@ from pytouhou.utils.maths cimport perspe
 from .renderer import Renderer
 from .shaders.eosd import GameShader
 
-from pytouhou.lib import sdl
+from pytouhou.lib cimport sdl
 
 
 logger = get_logger(__name__)