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 'blenderkit/paths.py')
-rw-r--r--blenderkit/paths.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderkit/paths.py b/blenderkit/paths.py
index ea7d35d8..889aa286 100644
--- a/blenderkit/paths.py
+++ b/blenderkit/paths.py
@@ -17,7 +17,7 @@
# ##### END GPL LICENSE BLOCK #####
import bpy, os, sys, tempfile, shutil
-from blenderkit import tasks_queue, ui, utils
+from blenderkit import tasks_queue, ui, utils, reports
_presets = os.path.join(bpy.utils.user_resource('SCRIPTS'), "presets")
BLENDERKIT_LOCAL = "http://localhost:8001"