From 359e5593208dfea493658b922bc78645efc13ede Mon Sep 17 00:00:00 2001 From: sliptonic Date: Wed, 22 Feb 2023 16:42:23 -0600 Subject: [PATCH] Fixes #8517 Avoid error in test log --- src/Mod/Path/Path/Dressup/Gui/Dogbone.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Path/Path/Dressup/Gui/Dogbone.py b/src/Mod/Path/Path/Dressup/Gui/Dogbone.py index 8dbc31bded..379949faa9 100644 --- a/src/Mod/Path/Path/Dressup/Gui/Dogbone.py +++ b/src/Mod/Path/Path/Dressup/Gui/Dogbone.py @@ -30,6 +30,7 @@ import Path.Base.Util as PathUtil import Path.Dressup.Utils as PathDressup import PathScripts.PathUtils as PathUtils import math +from pivy import coin # lazily loaded modules from lazy_loader.lazy_loader import LazyLoader