SVN maintenance.

This commit is contained in:
Guillermo S. Romero 2011-02-18 19:33:19 +00:00
parent ce49489da5
commit 24d7606cb8
2 changed files with 2 additions and 2 deletions

@ -41,4 +41,4 @@ class ObjectSelectPanel(bpy.types.Panel):
row.operator("object.select_random")
bpy.utils.register_class(ObjectSelectPanel)
bpy.utils.register_class(ObjectSelectPanel)

@ -25,4 +25,4 @@ class HelloWorldPanel(bpy.types.Panel):
self.layout.label(text="Hello World")
bpy.utils.register_class(HelloWorldPanel)
bpy.utils.register_class(HelloWorldPanel)