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
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-07-29 18:07:57 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-29 18:07:57 +0400
commit4ef8f3f537c7d3c10307cd7e6e1f01d644176914 (patch)
tree4ab388ac232b5e6af50564b4f6f724d4dfe8e5f3 /doc
parent588e4a4327053f7948ba4412e77201b93eaf3b6b (diff)
code cleanup: assign mode to a variable in the 3d view header and remove some unused imports
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/examples/bpy.ops.2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/examples/bpy.ops.2.py b/doc/python_api/examples/bpy.ops.2.py
index 01e7dc1902e..cf6df946873 100644
--- a/doc/python_api/examples/bpy.ops.2.py
+++ b/doc/python_api/examples/bpy.ops.2.py
@@ -19,4 +19,4 @@ The execution context is as a non keyword, string argument in:
# group add popup
import bpy
-bpy.ops.object.group_instance_add('INVOKE_DEFAULT') \ No newline at end of file
+bpy.ops.object.group_instance_add('INVOKE_DEFAULT')