X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/897d971a6f82bfebd3581ee8d3bffad0c9e3cc09..7b13e5278b68d365cece0b0515894fe6b13625d9:/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