style cleanup

This commit is contained in:
2012-06-19 22:17:19 +00:00
parent a8f23a96a4
commit 98e6912480
39 changed files with 121 additions and 112 deletions

View File

@@ -887,9 +887,9 @@ if __name__ == "__main__":
# Example, should be called externally
# (class, from, to)
replace_ls = [
('AnimVizMotionPaths', 'frame_after', 'frame_after'),
('AnimVizMotionPaths', 'frame_before', 'frame_before'),
('AnimVizOnionSkinning', 'frame_after', 'frame_after'),
("AnimVizMotionPaths", "frame_after", "frame_after"),
("AnimVizMotionPaths", "frame_before", "frame_before"),
("AnimVizOnionSkinning", "frame_after", "frame_after"),
]
update_data_paths(replace_ls)