Flesh out command stack execution.
authorW. Trevor King <wking@drexel.edu>
Fri, 20 Aug 2010 01:37:44 +0000 (21:37 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 20 Aug 2010 01:37:44 +0000 (21:37 -0400)
commit8aefc576eee45cedbc7cfe009c67bd0ff11e2468
tree01726097abe044a6fa3f81018afab13b46f55d2a
parentae47ed4b74a629ebd0d812ded07cb7b16c0fca91
Flesh out command stack execution.
doc/tutorial.txt
hooke/command.py
hooke/command_stack.py
hooke/plugin/command_stack.py
hooke/plugin/curve.py
hooke/plugin/note.py
hooke/plugin/playlist.py
test/apply_command_stack_to_playlist.py [moved from test/apply_command_stack.py with 51% similarity]
test/command_stack.py
test/multiple_curve_analysis.py [new file with mode: 0644]
test/tutorial.py