Merge pull request #12867 from bcoca/callback_whitelist_tweak

make callbacks declare needing whitelisting
This commit is contained in:
Brian Coca 2015-11-05 12:58:05 -05:00
commit e2c56efca6
10 changed files with 13 additions and 3 deletions

View file

@ -14,6 +14,7 @@ class CallbackModule(CallbackBase):
CALLBACK_VERSION = 2.0
CALLBACK_TYPE = 'aggregate'
CALLBACK_NAME = 'timer'
CALLBACK_NEEDS_WHITELIST = True
def __init__(self, display):