Code cleanup: style, unused import

This commit is contained in:
Campbell Barton
2014-04-27 23:57:40 +10:00
parent d7d2e71a03
commit a2489e29f6
6 changed files with 8 additions and 8 deletions

View File

@@ -201,7 +201,7 @@ class BPyOpsSubModOp(object):
return op_get_instance(self.idname())
def __repr__(self): # useful display, repr(op)
import bpy
# import bpy
idname = self.idname()
as_string = op_as_string(idname)
# XXX You never quite know what you get from bpy.types,