projects
/
zzz-pokedex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
897d971
)
Use absolute_import in markdown.py, to fix import problem.
author
Eevee
<git@veekun.com>
Tue, 1 Jun 2010 00:06:33 +0000
(17:06 -0700)
committer
Eevee
<git@veekun.com>
Wed, 2 Jun 2010 07:17:27 +0000
(
00:17
-0700)
pokedex/db/markdown.py
patch
|
blob
|
history
diff --git
a/pokedex/db/markdown.py
b/pokedex/db/markdown.py
index
d8ac683
..
928c3d4
100644
(file)
--- 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