Various: fix absolute imports in worlds (#3489)

This commit is contained in:
Fabian Dill
2024-06-11 00:42:57 +02:00
committed by GitHub
parent 484082616f
commit 75bef3ddb1
4 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
from worlds.generic.Rules import forbid_items_for_player, add_rule
from worlds.shorthike.Options import Goal, GoldenFeatherProgression, MinShopCheckLogic, ShopCheckLogic
from .Options import Goal, GoldenFeatherProgression, MinShopCheckLogic, ShopCheckLogic
def create_rules(self, location_table):
multiworld = self.multiworld