From a2489e29f6233b407c577a7bbf6400a9b160117d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 27 Apr 2014 23:57:40 +1000 Subject: Code cleanup: style, unused import --- release/scripts/modules/bpy/ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/modules/bpy/ops.py') diff --git a/release/scripts/modules/bpy/ops.py b/release/scripts/modules/bpy/ops.py index 2be2abc6383..f5455ce5018 100644 --- a/release/scripts/modules/bpy/ops.py +++ b/release/scripts/modules/bpy/ops.py @@ -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, -- cgit v1.2.3