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:
authorCampbell Barton <ideasman42@gmail.com>2011-04-01 06:46:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-01 06:46:35 +0400
commit8cf3fc4a5f5ef15d72dd4b396a7c78044fa91968 (patch)
treec1bad32a524e47e68ded81cb37d3953d2dcb620e /io_scene_fbx
parent3553fea851878423364f9f1a7aa5952fa203bbac (diff)
pep8 cleanup & remove unused imports
Diffstat (limited to 'io_scene_fbx')
-rw-r--r--io_scene_fbx/export_fbx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_fbx/export_fbx.py b/io_scene_fbx/export_fbx.py
index f9578de6..c4b03ddb 100644
--- a/io_scene_fbx/export_fbx.py
+++ b/io_scene_fbx/export_fbx.py
@@ -32,7 +32,7 @@ import math # math.pi
import shutil # for file copying
import bpy
-from mathutils import Vector, Euler, Matrix
+from mathutils import Vector, Matrix
# XXX not used anymore, images are copied one at a time