Mercurial > touhou
diff pytouhou/games/eosd.py @ 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 | bcff39c920ab |
children | 1e9ea6519f3c |
line wrap: on
line diff
--- a/pytouhou/games/eosd.py +++ b/pytouhou/games/eosd.py @@ -24,7 +24,7 @@ from pytouhou.game.effect import Effect from pytouhou.game.text import Text, Counter, Gauge, NativeText from pytouhou.game.background import Background -from pytouhou.vm.eclrunner import ECLMainRunner +from pytouhou.vm import ECLMainRunner class EoSDCommon(object):