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:
authorBastien Montagne <montagne29@wanadoo.fr>2015-05-18 15:51:30 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-05-18 15:51:30 +0300
commita2c685584d00c1f25dd2f119ad51ef4a9d94ee0f (patch)
treed28c6bb5d6537a9604c42a7391323feb1cbb59ba /io_scene_fbx/json2fbx.py
parent04c5015d0349bdf7f274a3893664fd5e523d22c7 (diff)
Fix json2fbx.py import
Diffstat (limited to 'io_scene_fbx/json2fbx.py')
-rwxr-xr-xio_scene_fbx/json2fbx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_fbx/json2fbx.py b/io_scene_fbx/json2fbx.py
index 79e94a1e..7240da91 100755
--- a/io_scene_fbx/json2fbx.py
+++ b/io_scene_fbx/json2fbx.py
@@ -65,7 +65,7 @@ ensured to be unique.
"""
-from . import encode_bin
+import encode_bin
def elem_empty(elem, name):