DKC3 and SMW: Remove relative imports (#1472)

This commit is contained in:
PoryGone
2023-02-19 03:10:32 -05:00
committed by GitHub
parent 3e7794d5dc
commit 7760034ff7
5 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ from BaseClasses import MultiWorld, Region, Entrance
from .Locations import SMWLocation
from .Levels import level_info_dict
from .Names import LocationName, ItemName
from ..generic.Rules import add_rule, set_rule
from worlds.generic.Rules import add_rule, set_rule
def create_regions(world, player: int, active_locations):