Ori: fix py3.8 apworld compatibility
This commit is contained in:
parent
dc46e96e3f
commit
751e5cec63
|
@ -1,6 +1,6 @@
|
||||||
from typing import Set
|
from typing import Set
|
||||||
|
|
||||||
from ..AutoWorld import World, LogicMixin
|
from worlds.AutoWorld import World
|
||||||
from .Items import item_table, default_pool
|
from .Items import item_table, default_pool
|
||||||
from .Locations import lookup_name_to_id
|
from .Locations import lookup_name_to_id
|
||||||
from .Rules import set_rules, location_rules
|
from .Rules import set_rules, location_rules
|
||||||
|
|
Loading…
Reference in New Issue