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:
09495b1
)
Add locations to lookup. Wow, easy.
author
Eevee
<git@veekun.com>
Wed, 24 Mar 2010 05:56:45 +0000
(22:56 -0700)
committer
Eevee
<git@veekun.com>
Mon, 29 Mar 2010 05:18:26 +0000
(22:18 -0700)
pokedex/lookup.py
patch
|
blob
|
history
diff --git
a/pokedex/lookup.py
b/pokedex/lookup.py
index
f35e335
..
5287c72
100644
(file)
--- a/
pokedex/lookup.py
+++ b/
pokedex/lookup.py
@@
-58,6
+58,7
@@
class PokedexLookup(object):
for cls in (
tables.Ability,
tables.Item,
+ tables.Location,
tables.Move,
tables.Pokemon,
tables.Type,