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)
commit076615543a8e4559b5073fc7e260c1b96683b22c
tree0c23064a492a5832f9441d5e23d0f003288240a2
parent7d8f6849d035f7700d529d6ffd8e344aafd21373
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]