From bc54ae15ee095375e3886301c39552f213d53234 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 25 Nov 2012 19:08:12 +0200 Subject: [PATCH] Images. --- pysollib/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysollib/app.py b/pysollib/app.py index 432f0960..ce6a3d64 100644 --- a/pysollib/app.py +++ b/pysollib/app.py @@ -38,7 +38,7 @@ from pysollib.resource import CSI, CardsetConfig, Cardset, CardsetManager from pysollib.resource import Tile, TileManager from pysollib.resource import Sample, SampleManager from pysollib.resource import Music, MusicManager -from images import Images, SubsampledImages +from pysollib.images import Images, SubsampledImages from pysollib.pysolrandom import PysolRandom from pysollib.gamedb import GI, GAME_DB, loadGame from pysollib.options import Options