Mercurial > touhou
diff pytouhou/game/player.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 | db28538cd399 |
children | 94229756abd9 |
line wrap: on
line diff
--- a/pytouhou/game/player.pyx +++ b/pytouhou/game/player.pyx @@ -15,7 +15,7 @@ from libc.math cimport M_PI as pi from pytouhou.game.sprite cimport Sprite -from pytouhou.vm.anmrunner import ANMRunner +from pytouhou.vm import ANMRunner from pytouhou.game.bullettype cimport BulletType from pytouhou.game.bullet cimport Bullet from pytouhou.game.lasertype cimport LaserType