From 03ebe5e0732b0ae482bcbaa553eaac28ca78761c Mon Sep 17 00:00:00 2001 From: Eevee Date: Tue, 23 Mar 2010 22:56:45 -0700 Subject: [PATCH] Add locations to lookup. Wow, easy. --- pokedex/lookup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pokedex/lookup.py b/pokedex/lookup.py index f35e335..5287c72 100644 --- 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, -- 2.7.4