Rework Plugin.commands() to include _setup_commands().
authorW. Trevor King <wking@drexel.edu>
Tue, 18 May 2010 11:34:02 +0000 (07:34 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 18 May 2010 11:34:02 +0000 (07:34 -0400)
commit62cfb3bde4faa22da8d131571dc6f093682a0cca
tree0ddda3617913c2549c66a2c041d9b5f8bff9ba26
parentb3143867dbba7d7fb405e3b94fe30f85645c89a9
Rework Plugin.commands() to include _setup_commands().

The previous implementation gave Commands no way to access the
Plugin's configuration.
hooke/plugin/__init__.py
hooke/plugin/config.py
hooke/plugin/curve.py
hooke/plugin/cut.py
hooke/plugin/debug.py
hooke/plugin/multifit.py
hooke/plugin/note.py
hooke/plugin/playlist.py
hooke/plugin/system.py