1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Removed ProseColumn and TextColumn. Huzzah.

This commit is contained in:
Eevee 2011-03-23 22:17:02 -07:00
parent 68e14e663e
commit 8ad84e4032
4 changed files with 298 additions and 298 deletions
pokedex

View file

@ -225,7 +225,7 @@ class PokedexLookup(object):
# Some things also have other languages' names
# XXX other language form names..?
seen = set()
for language, name in getattr(row, 'names', []).items():
for language, name in getattr(row, 'name_map', {}).items():
if name in seen:
# Don't add the name again as a different
# language; no point and it makes spell results