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)
commitacd2d64d3b7b7f1b4d681d74d3f369a6387482a0
tree80fbd4cb89784374ab0116adb03565033c8d5172
parent4ecde31626ddee07984178f3563dca96ff16fcb6
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