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>2012-07-29 16:06:18 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-29 16:06:18 +0400
commitafdec492ceb51e77c2ac38bc584c7c69203c9257 (patch)
treeb929704574e920b4bd5fa12477eea49c259eae4c /space_view3d_copy_attributes.py
parent2c092f48975ff99b5ac1d46ccca5b825c1b8aa93 (diff)
style cleanup
Diffstat (limited to 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 01e359ee..4f090716 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -32,7 +32,7 @@ bl_info = {
'category': '3D View'}
import bpy
-from mathutils import Matrix, Vector
+from mathutils import Matrix
def build_exec(loopfunc, func):