Moved config handling commands from hooke_cli to hooke.plugin.config.
authorW. Trevor King <wking@drexel.edu>
Wed, 12 May 2010 19:57:33 +0000 (15:57 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 12 May 2010 19:57:33 +0000 (15:57 -0400)
commit5846fa85d1c090deddc9df50924f0ed5c28cdbda
tree0c23064a492a5832f9441d5e23d0f003288240a2
parentd72a56793bf058b2a8ee735ac67c1b7ecaa7819a
Moved config handling commands from hooke_cli to hooke.plugin.config.

Also:
  * Moved construct_graph and IsSubclass from hooke.plugin to
    hooke.util.pluggable to avoid import cycles and cleanup
    hooke.plugin.
  * Added hooke.interaction.ReloadUserInterfaceConfig to trigger UI
    reconfigure.
  * Added hooke.ui.UserInterface.reload_config (triggered by above).
  * Pass CommandLine instance to HookeCmd, so it can reconfigure
    the UI.
hooke/driver/__init__.py
hooke/hooke_cli.py
hooke/interaction.py
hooke/plugin/__init__.py
hooke/plugin/config.py [new file with mode: 0644]
hooke/ui/__init__.py
hooke/ui/commandline.py
hooke/util/pluggable.py [new file with mode: 0644]