veekun_pokedex/pokedex/util
Petr Viktorin ab2baaa759 Update media accessors wrt repo split
All accessors now take a `root` arg, the root of the media tree.
Alternatively `root` can be a custom MediaFile subclass, which should allow
neat tricks like:
- Checking some kind of manifest to prevent stat() calls
- Custom properties of the file objects (e.g. for HTML <img> tags)
- Downloading the media on demand

Tests assume media is at pokedex/data/media, skip otherwise.
2011-05-06 12:26:17 +03:00
..
__init__.py Add __init__.py to pokedex/util 2011-04-28 23:31:38 +03:00
media.py Update media accessors wrt repo split 2011-05-06 12:26:17 +03:00