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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2011-02-18 22:33:19 +0300
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2011-02-18 22:33:19 +0300
commit24d7606cb807e76372a71c508398c472a0627032 (patch)
treeb5bb77238f1b4bb518bdb3d3d99cef9babd521d3 /doc
parentce49489da51cfc24e5d169c6816fa5b40cd960e6 (diff)
SVN maintenance.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/examples/bpy.types.Panel.1.py2
-rw-r--r--doc/python_api/examples/bpy.types.Panel.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/python_api/examples/bpy.types.Panel.1.py b/doc/python_api/examples/bpy.types.Panel.1.py
index 2fe476cff9c..afe9493438e 100644
--- a/doc/python_api/examples/bpy.types.Panel.1.py
+++ b/doc/python_api/examples/bpy.types.Panel.1.py
@@ -41,4 +41,4 @@ class ObjectSelectPanel(bpy.types.Panel):
row.operator("object.select_random")
-bpy.utils.register_class(ObjectSelectPanel) \ No newline at end of file
+bpy.utils.register_class(ObjectSelectPanel)
diff --git a/doc/python_api/examples/bpy.types.Panel.py b/doc/python_api/examples/bpy.types.Panel.py
index 210665b5a47..1f64b953786 100644
--- a/doc/python_api/examples/bpy.types.Panel.py
+++ b/doc/python_api/examples/bpy.types.Panel.py
@@ -25,4 +25,4 @@ class HelloWorldPanel(bpy.types.Panel):
self.layout.label(text="Hello World")
-bpy.utils.register_class(HelloWorldPanel) \ No newline at end of file
+bpy.utils.register_class(HelloWorldPanel)