projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
pep8 cleanup
[blender.git]
/
release
/
scripts
/
modules
/
bpy
/
utils.py
diff --git
a/release/scripts/modules/bpy/utils.py
b/release/scripts/modules/bpy/utils.py
index c179134ea3474ac59ad94174a4a359a1a48fbc63..76278ca8fa193cb6a40828c601223668f6355a50 100644
(file)
--- a/
release/scripts/modules/bpy/utils.py
+++ b/
release/scripts/modules/bpy/utils.py
@@
-36,6
+36,7
@@
import sys as _sys
import addon_utils
+
def _test_import(module_name, loaded_modules):
import traceback
import time