Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-04-27 17:57:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-04-27 18:19:15 +0400
commita2489e29f6233b407c577a7bbf6400a9b160117d (patch)
tree15d968deb6297e0cbb5e9d0a012ff43925c688b0 /release/scripts/modules/bpy/ops.py
parentd7d2e71a037ca986fda9ba6f6d057a2d24ace4e0 (diff)
Code cleanup: style, unused import
Diffstat (limited to 'release/scripts/modules/bpy/ops.py')
-rw-r--r--release/scripts/modules/bpy/ops.py2
1 files changed, 1 insertions, 1 deletions
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,