From 24d7606cb807e76372a71c508398c472a0627032 Mon Sep 17 00:00:00 2001 From: "Guillermo S. Romero" Date: Fri, 18 Feb 2011 19:33:19 +0000 Subject: [PATCH] SVN maintenance. --- doc/python_api/examples/bpy.types.Panel.1.py | 2 +- doc/python_api/examples/bpy.types.Panel.py | 2 +- 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)