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 /space_view3d_copy_attributes.py
parent3553fea851878423364f9f1a7aa5952fa203bbac (diff)
pep8 cleanup & remove unused imports
Diffstat (limited to 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 18bc6937..9223f951 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -33,7 +33,6 @@ bl_info = {
'category': '3D View'}
import bpy
-import mathutils
from mathutils import Matrix, Vector