From a080752d664d3343bf5d16b022d9b6be93d5d0f8 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Thu, 24 Jun 2021 15:49:30 +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..fd87920 100644 --- a/submodule/thing.py +++ b/submodule/thing.py @@ -1,4 +1,4 @@ -from other import printer +from submodule.other import printer def test(): printer("hello")