projects
/
zzz-pokedex.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make Pokemon.form an actual relation
[zzz-pokedex.git]
/
pokedex
/
struct
/
__init__.py
diff --git
a/pokedex/struct/__init__.py
b/pokedex/struct/__init__.py
index
5b52539
..
b6a3e73
100644
(file)
--- a/
pokedex/struct/__init__.py
+++ b/
pokedex/struct/__init__.py
@@
-12,7
+12,7
@@
import struct
from pokedex.db import tables
from pokedex.formulae import calculated_hp, calculated_stat
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):
from pokedex.struct._pokemon_struct import pokemon_struct
def pokemon_prng(seed):