Mercurial > touhou
diff pytouhou/ui/anmrenderer.pyx @ 547:e35bef07290d
Always import runners from pytouhou.vm, to allow their replacement.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 08 Nov 2013 18:47:00 +0100 |
parents | 6864a38b2413 |
children | 80687f258001 |
line wrap: on
line diff
--- a/pytouhou/ui/anmrenderer.pyx +++ b/pytouhou/ui/anmrenderer.pyx @@ -16,7 +16,7 @@ from pytouhou.lib.opengl cimport \ (glClearColor, glClear, GL_COLOR_BUFFER_BIT) from pytouhou.game.sprite import Sprite -from pytouhou.vm.anmrunner import ANMRunner +from pytouhou.vm import ANMRunner from pytouhou.utils.helpers import get_logger from pytouhou.utils.maths cimport perspective, setup_camera