From a9105ecf49298116fd429e6873c0a9c36f55ab74 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Thu, 24 Jun 2021 15:56:27 +0800 Subject: [PATCH] Fix import path --- submodule/thing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodule/thing.py b/submodule/thing.py index 4376ad0..a74d27f 100644 --- a/submodule/thing.py +++ b/submodule/thing.py @@ -1,4 +1,4 @@ -from other import printer +from .other import printer def test(): printer("hello")