pep8 cleanup

This commit is contained in:
2013-02-10 08:54:10 +00:00
parent f75ca60a1c
commit 5d4df1a999
11 changed files with 53 additions and 38 deletions

View File

@@ -173,7 +173,7 @@ class PHYSICS_PT_rigid_body_constraint(PHYSICS_PT_rigidbody_constraint_panel, Pa
sub.prop(rbc, "limit_ang_z_lower", text="Lower")
sub.prop(rbc, "limit_ang_z_upper", text="Upper")
if rbc.type == 'GENERIC_SPRING':
if rbc.type == 'GENERIC_SPRING':
col = layout.column(align=True)
col.label("Springs:")