diff --git a/CodeSnippetRofi/helper/file_helper.py b/CodeSnippetRofi/helper/file_helper.py index 81171c7..2f3c85d 100644 --- a/CodeSnippetRofi/helper/file_helper.py +++ b/CodeSnippetRofi/helper/file_helper.py @@ -8,7 +8,7 @@ import subprocess import tempfile from pathlib import Path -from CodeSnippetRofi.common.constant import editor_class, code_snippet_editor +from common.constant import editor_class, code_snippet_editor from common.constant import template_add, template_edit from entity.result import ActionResult