From 0c4740eef832078d6a2f85cd9293982d63574bb4 Mon Sep 17 00:00:00 2001 From: Swann Date: Mon, 5 Oct 2020 18:48:40 +0200 Subject: [PATCH] fix: import error --- multi_user/presence.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multi_user/presence.py b/multi_user/presence.py index 6881f2e..fd8e801 100644 --- a/multi_user/presence.py +++ b/multi_user/presence.py @@ -29,10 +29,10 @@ import gpu import mathutils from bpy_extras import view3d_utils from gpu_extras.batch import batch_for_shader -from replication.interface import session + from . import utils - +from replication.interface import session def view3d_find(): """ Find the first 'VIEW_3D' windows found in areas