Merge "plugin: remove is_enabled"

This commit is contained in:
Jenkins 2013-08-22 18:16:27 +00:00 committed by Gerrit Code Review
commit 743d55ff08

View File

@ -36,13 +36,6 @@ class PluginBase(object):
"""Base class for all plugins.
"""
@staticmethod
def is_enabled():
"""Return boolean indicating whether this plugin should
be enabled and used by the caller.
"""
return True
class NotificationBase(PluginBase):
"""Base class for plugins that support the notification API."""