Mercurial > touhou
comparison eosd @ 431:77c0e9a53795
Use cythonize in setup.py, also compile .py files, and entirely remove pyximport support.
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
|---|---|
| date | Fri, 30 Aug 2013 14:01:09 +0200 |
| parents | f41a26971a19 |
| children | 18e4b121646b |
comparison
equal
deleted
inserted
replaced
| 430:c9433188ffdb | 431:77c0e9a53795 |
|---|---|
| 49 args = parser.parse_args() | 49 args = parser.parse_args() |
| 50 | 50 |
| 51 | 51 |
| 52 import sys | 52 import sys |
| 53 import logging | 53 import logging |
| 54 | |
| 55 import pyximport | |
| 56 pyximport.install() | |
| 57 | 54 |
| 58 from pytouhou.ui.window import Window | 55 from pytouhou.ui.window import Window |
| 59 from pytouhou.resource.loader import Loader | 56 from pytouhou.resource.loader import Loader |
| 60 from pytouhou.ui.gamerunner import GameRunner | 57 from pytouhou.ui.gamerunner import GameRunner |
| 61 from pytouhou.games.eosd import EoSDGame | 58 from pytouhou.games.eosd import EoSDGame |
