cleanup for python scripts - unused vars and imports

This commit is contained in:
Campbell Barton
2011-07-10 12:51:37 +00:00
parent 7370ba1839
commit b62a956cc8
11 changed files with 9 additions and 20 deletions

View File

@@ -87,8 +87,6 @@ class MeshMirrorUV(bpy.types.Operator):
def execute(self, context):
DIR = (self.direction == 'NEGATIVE')
from mathutils import Vector
ob = context.active_object
is_editmode = (ob.mode == 'EDIT')
if is_editmode: