Totally overhauled lookup to use a class.
authorEevee <git@veekun.com>
Mon, 22 Mar 2010 06:27:47 +0000 (23:27 -0700)
committerEevee <git@veekun.com>
Mon, 22 Mar 2010 06:27:47 +0000 (23:27 -0700)
commit97bea32b7f588a65731e421b6338b45d2fe6dc72
treefe6e98024d96166aca21ef1b062a26f0d0ff9097
parent5bbbc254aeeb41c1b3421ffb3188f0833d0a8d7b
Totally overhauled lookup to use a class.

Now state is held within an object, rather than passed back to the
caller who must then pass it in again.  That was retarded and I don't
know why I ever did it.

Code is much cleaner now.

With apologies to anyone running annotate.
pokedex/__init__.py
pokedex/lookup.py