Skip to content

Commit ae34434

Browse files
committed
Fix import of region functions
1 parent 1319948 commit ae34434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/uvision/postbuild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
ROOT = abspath(join(dirname(__file__), "../../../"))
3131
sys.path.insert(0, ROOT)
3232

33-
from tools.build_api import merge_region_list, UPDATE_WHITELIST
33+
from tools.regions import merge_region_list, UPDATE_WHITELIST
3434
from tools.notifier.term import TerminalNotifier
3535
from tools.config import Region
3636
from tools.utils import split_path, run_cmd_ext, generate_update_filename

0 commit comments

Comments
 (0)