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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-02-25 19:06:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-25 19:06:14 +0300
commitb25db7c8cb3bf41e19b99c0d3c83b27bfa8d23d6 (patch)
treeea91504c5f27ab94cbe035f1d2059c8170ec30c8 /release/scripts/modules/bpy
parent24685d39670b28fad4a4f28fe43b8cbd04fb3c2e (diff)
pep8 cleanup
Diffstat (limited to 'release/scripts/modules/bpy')
-rw-r--r--release/scripts/modules/bpy/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/modules/bpy/utils.py b/release/scripts/modules/bpy/utils.py
index c179134ea34..76278ca8fa1 100644
--- 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