pep/style edits & quiet some warnings

This commit is contained in:
Campbell Barton
2011-11-11 03:28:46 +00:00
parent 4e5c03f06e
commit 11947f1a67
25 changed files with 173 additions and 159 deletions

View File

@@ -280,7 +280,7 @@ class OBJECT_PT_relations_extras(ObjectButtonsPanel, Panel):
row.prop(ob, "slow_parent_offset", text="Offset")
from bl_ui.properties_animviz import (
from .properties_animviz import (
MotionPathButtonsPanel,
OnionSkinButtonsPanel,
)