Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'archimesh/achm_door_maker.py')
-rw-r--r--archimesh/achm_door_maker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archimesh/achm_door_maker.py b/archimesh/achm_door_maker.py
index cbc16684..36eba64e 100644
--- a/archimesh/achm_door_maker.py
+++ b/archimesh/achm_door_maker.py
@@ -27,7 +27,7 @@ import bpy
import math
# noinspection PyUnresolvedReferences
from bpy.props import *
-from achm_tools import *
+from .achm_tools import *
# ------------------------------------------------------------------