Move argument_to_setting before plugin loading code in hooke.plugin.
authorW. Trevor King <wking@drexel.edu>
Tue, 18 May 2010 14:50:18 +0000 (10:50 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 18 May 2010 14:50:18 +0000 (10:50 -0400)
commitc7427e3b4a493eba6e3a04e2f526d619ad112f21
tree80fbd4cb89784374ab0116adb03565033c8d5172
parentc76325c24ec36ce5a2deb67aef3c14ad8c90139e
Move argument_to_setting before plugin loading code in hooke.plugin.

Otherwise Python loads the plugins before argument_to_setting has been
defined, which makes it hard for the plugins to use the function ;).
hooke/plugin/__init__.py