Skip to content

Commit 9683952

Browse files
author
PyCompiler ARK++
committed
compiler update
1 parent 99e1d0b commit 9683952

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Core/Compiler/compiler.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@
1515

1616
from PySide6.QtWidgets import QMessageBox
1717
import os
18-
from ..ark_config_loader import (
18+
from Core.ark_config_loader import (
1919
load_ark_config,
2020
should_exclude_file,
2121
get_compiler_options,
2222
get_output_options,
2323
get_dependency_options,
24-
get_plugin_options,
25-
get_advanced_options,
2624
)
2725

2826

0 commit comments

Comments
 (0)