CV64: fix import that shouldn't be relative (#3223)

This commit is contained in:
LiquidCat64 2024-04-27 17:41:30 -06:00 committed by GitHub
parent e76ba928a8
commit 9e20fa48e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ from .stages import get_locations_from_stage, get_normal_stage_exits, vanilla_st
from .regions import get_region_info from .regions import get_region_info
from .rules import CV64Rules from .rules import CV64Rules
from .data import iname, rname, ename from .data import iname, rname, ename
from ..AutoWorld import WebWorld, World from worlds.AutoWorld import WebWorld, World
from .aesthetics import randomize_lighting, shuffle_sub_weapons, rom_empty_breakables_flags, rom_sub_weapon_flags, \ from .aesthetics import randomize_lighting, shuffle_sub_weapons, rom_empty_breakables_flags, rom_sub_weapon_flags, \
randomize_music, get_start_inventory_data, get_location_data, randomize_shop_prices, get_loading_zone_bytes, \ randomize_music, get_start_inventory_data, get_location_data, randomize_shop_prices, get_loading_zone_bytes, \
get_countdown_numbers get_countdown_numbers