refactor: move tools/$lang/** to tools/** (#17)
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ def parse_argv():
|
||||
|
||||
def load_func(func_file):
|
||||
base_dir = os.path.dirname(os.path.abspath(__file__))
|
||||
func_path = os.path.join(base_dir, f"../tools/py/{func_file}")
|
||||
func_path = os.path.join(base_dir, f"../tools/{func_file}")
|
||||
if os.path.exists(func_path):
|
||||
spec = importlib.util.spec_from_file_location(func_file, func_path)
|
||||
module = importlib.util.module_from_spec(spec)
|
||||
|
||||
Reference in New Issue
Block a user