1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Fix discrepancy between media-accessors branches.

This commit is contained in:
Eevee 2011-04-17 22:35:24 -07:00
parent 47c4235cdd
commit b2db58afc7
2 changed files with 2 additions and 1 deletions
pokedex

View file

@ -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')