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")