X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/897d971a6f82bfebd3581ee8d3bffad0c9e3cc09..23cb236c2aa004effae360e84d6bc7454660286f:/pokedex/db/markdown.py diff --git a/pokedex/db/markdown.py b/pokedex/db/markdown.py index d8ac683..928c3d4 100644 --- a/pokedex/db/markdown.py +++ b/pokedex/db/markdown.py @@ -8,6 +8,7 @@ http://michelf.com/projects/php-markdown/extra/ respectively. Pokédex links are represented with the extended syntax `[name]{type}`, e.g., `[Eevee]{pokemon}`. The actual code that parses these is in spline-pokedex. """ +from __future__ import absolute_import import markdown import sqlalchemy.types