EventManager.unregister

EventManager.unregister(plugin)[source]

Unregister a plugin from the event manager.

Plugins must be registered with the event manager if they produce events. The plugin manager should take care of this automatically. Users should not call this function.

Parameters

plugin (tenjint.plugins.plugins.Plugin) – The plugin to unregister.