diff scripts/pytouhou @ 577:e35a083d4208

Move NextStage outside of pytouhou.vm.msg, to be able to use it from anywhere without dependency on EoSD.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 06 Aug 2014 10:50:19 +0200
parents f0252cf111d8
children 0768122da817
line wrap: on
line diff
--- a/scripts/pytouhou
+++ b/scripts/pytouhou
@@ -69,10 +69,9 @@ from pytouhou.lib.sdl import SDL, show_s
 from pytouhou.ui.window import Window
 from pytouhou.resource.loader import Loader
 from pytouhou.ui.gamerunner import GameRunner
-from pytouhou.game.player import GameOver
+from pytouhou.game import NextStage, GameOver
 from pytouhou.formats.t6rp import T6RP, Level
 from pytouhou.utils.random import Random
-from pytouhou.vm.msgrunner import NextStage
 from pytouhou.formats.hint import Hint
 from pytouhou.network import Network