Adding support for subsystems in PluginManager
authorFrederic Massart <fred@moodle.com>
Fri, 9 May 2014 07:46:00 +0000 (15:46 +0800)
committerFrederic Massart <fred@moodle.com>
Fri, 9 May 2014 07:46:00 +0000 (15:46 +0800)
commit1d16f0dd881b2ce08e528204dbb4de3f16bc56d6
tree39ef021f1b9c954eaf4f8b64098c3ab0002dad3f
parent3728ec4bb869e18278561cf704469465551e7b6c
Adding support for subsystems in PluginManager

Yup, it should not really have been mixed up with plugins,
but I am sort of lazy to write 'component' library so
it will be there for now, and I am sure we will live with it.

Also, why the hell did I make that class with only static
methods? I must have had a reason at the time...
lib/plugins.py