This patch allow to plugin command in client and resolve an issue in PlugIn when plugin method is defined in an ancestor class like:
class P(PlugIn): def plugin(): pass
class Inherit(P): pass
Allow plug in command
Log in to post a comment.
Allow plug in command