OSDN Git Service

Minor code and documentation corrections:
authorrui Batista <ruiandrebatista@gmail.com>
Thu, 19 Apr 2012 12:48:08 +0000 (13:48 +0100)
committerrui Batista <ruiandrebatista@gmail.com>
Thu, 19 Apr 2012 12:48:08 +0000 (13:48 +0100)
commit731546b6275a8d5ded01a30e5fdad236a14fc71c
treededfdd93ba51f289236ca3a24a8d19f1a29ed7d0
parentaf060d37edaf7cf8075edf20f1516dba61153283
Minor code and documentation corrections:

* Use cStringIO to have better performace
* Corrected doc strings
* Hooks system: create a getHookFunction on the Addon class so the calable can be retrived
* Hooks system: when running a hook on all loaded addons return (addon, ret) even if the hook returns None, so callers can check what addons realy implemented the hook.
* Many more small corrections (see #213, comments 37 to 41).
source/addonHandler.py