mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Use absolute_import in markdown.py, to fix import problem.
This commit is contained in:
parent
1fbba5476c
commit
17037f53d3
1 changed files with 1 additions and 0 deletions
|
@ -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.,
|
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.
|
`[Eevee]{pokemon}`. The actual code that parses these is in spline-pokedex.
|
||||||
"""
|
"""
|
||||||
|
from __future__ import absolute_import
|
||||||
|
|
||||||
import markdown
|
import markdown
|
||||||
import sqlalchemy.types
|
import sqlalchemy.types
|
||||||
|
|
Loading…
Reference in a new issue