1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
This commit is contained in:
Shlomi Fish 2012-11-25 19:08:12 +02:00
parent 2b21c59a58
commit bc54ae15ee

View file

@ -38,7 +38,7 @@ from pysollib.resource import CSI, CardsetConfig, Cardset, CardsetManager
from pysollib.resource import Tile, TileManager from pysollib.resource import Tile, TileManager
from pysollib.resource import Sample, SampleManager from pysollib.resource import Sample, SampleManager
from pysollib.resource import Music, MusicManager from pysollib.resource import Music, MusicManager
from images import Images, SubsampledImages from pysollib.images import Images, SubsampledImages
from pysollib.pysolrandom import PysolRandom from pysollib.pysolrandom import PysolRandom
from pysollib.gamedb import GI, GAME_DB, loadGame from pysollib.gamedb import GI, GAME_DB, loadGame
from pysollib.options import Options from pysollib.options import Options