comparison pytouhou/game/game.py @ 305:5492472963b0

Minor cleanup
author Thibaut Girka <thib@sitedethib.com>
date Tue, 13 Mar 2012 18:45:43 +0100
parents f3099ebf4f61
children 52d791bb7c32
comparison
equal deleted inserted replaced
304:f3099ebf4f61 305:5492472963b0
9 ## This program is distributed in the hope that it will be useful, 9 ## This program is distributed in the hope that it will be useful,
10 ## but WITHOUT ANY WARRANTY; without even the implied warranty of 10 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 ## GNU General Public License for more details. 12 ## GNU General Public License for more details.
13 ## 13 ##
14
15 from itertools import chain
16 14
17 from pytouhou.utils.random import Random 15 from pytouhou.utils.random import Random
18 16
19 from pytouhou.vm.eclrunner import ECLMainRunner 17 from pytouhou.vm.eclrunner import ECLMainRunner
20 from pytouhou.vm.msgrunner import MSGRunner 18 from pytouhou.vm.msgrunner import MSGRunner