From e370ba826b32e95a6dfae9089ab0c5b4be425b0a Mon Sep 17 00:00:00 2001 From: developomp Date: Sun, 5 Mar 2023 17:29:28 +0900 Subject: [PATCH] refactor: fix imports --- src/helper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helper.py b/src/helper.py index b3b1279..55ccaa2 100755 --- a/src/helper.py +++ b/src/helper.py @@ -4,7 +4,7 @@ import os import shutil from glob import glob -from log import info, BOLD, END, GREEN +from log import err DIST_DIR = "./dist" @@ -28,7 +28,7 @@ def make_osk(): if os.path.isfile("POMP.zip"): os.rename("POMP.zip", "POMP.osk") else: - print_error("cannot find zip file to convert to osk file :(") + err("cannot find zip file to convert to osk file :(") def copy_all(