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:
parent
47c4235cdd
commit
b2db58afc7
2 changed files with 2 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue