diff --git a/pokedex/tests/test_media.py b/pokedex/tests/test_media.py index e84aad4..81b5714 100644 --- a/pokedex/tests/test_media.py +++ b/pokedex/tests/test_media.py @@ -14,7 +14,8 @@ from nose.plugins.skip import SkipTest import nose import pkg_resources -from pokedex.db import tables, connect, media +from pokedex.db import tables, connect +from pokedex.util import media session = connect() basedir = pkg_resources.resource_filename('pokedex', 'data/media') diff --git a/pokedex/db/media.py b/pokedex/util/media.py similarity index 100% rename from pokedex/db/media.py rename to pokedex/util/media.py