please dont mix tabs and spaces, failed with python 3.1

This commit is contained in:
Campbell Barton 2009-05-20 02:17:53 +00:00
parent 40ae17d2f6
commit 42b5e49589
2 changed files with 70 additions and 79 deletions

@ -1,4 +1,3 @@
import bpy
class DataButtonsPanel(bpy.types.Panel):

@ -59,17 +59,9 @@ class DATA_PT_constraints(DataButtonsPanel):
def draw(self, context):
bone = context.main.armatures[0].bones[0]
layout = self.layout
split = layout.split()
sub = split.column()
bpy.types.register(DATA_PT_bone)
bpy.types.register(DATA_PT_constraints)