Finished basic reporter

This commit is contained in:
Brad Warren
2015-05-29 11:33:11 -07:00
parent 31fbcd46e0
commit 8bcc8f8024
4 changed files with 91 additions and 7 deletions
+1 -1
View File
@@ -353,7 +353,7 @@ class IValidator(zope.interface.Interface):
"""Verify HSTS header is enabled."""
class INotify(zope.interface.Interface):
class IReporter(zope.interface.Interface):
"""Interface to collect and display information to the user."""
HIGH_PRIORITY = zope.interface.Attribute(