Add comment to processors class variable

This commit is contained in:
Joshua Harlow 2016-05-13 18:07:59 -07:00
parent 02f452aa47
commit 1d3caf69df
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ class ZookeeperQuotaEngine(engine.QuotaEngine):
and limits on some set of resources.
"""
#: Limit processors that this engine supports.
processors = {
'upper_bound': processors.UpperBoundProcessor(),
}