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

Move util.py to compatibility.py

This commit is contained in:
Petr Viktorin 2011-04-14 13:46:12 +03:00 committed by Eevee
parent 3d25d125f4
commit dd89c811b8
3 changed files with 6 additions and 3 deletions
pokedex/struct

View file

@ -12,7 +12,7 @@ import struct
from pokedex.db import tables
from pokedex.formulae import calculated_hp, calculated_stat
from pokedex.util import namedtuple, permutations
from pokedex.compatibility import namedtuple, permutations
from pokedex.struct._pokemon_struct import pokemon_struct
def pokemon_prng(seed):