From 4cd4ddbe5d1699716f9c56769d13e60120a01072 Mon Sep 17 00:00:00 2001 From: "Juan M. Bello-Rivas" Date: Sun, 1 Nov 2020 22:03:02 -0800 Subject: [PATCH] Use relative import. --- phaseplot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phaseplot/__init__.py b/phaseplot/__init__.py index db0816f..c5038fa 100644 --- a/phaseplot/__init__.py +++ b/phaseplot/__init__.py @@ -1 +1 @@ -from plotfuns import phase_portrait +from .plotfuns import phase_portrait