mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Added zope inheritance to interface
This commit is contained in:
@@ -144,7 +144,7 @@ class IDisplay(zope.interface.Interface):
|
||||
pass
|
||||
|
||||
|
||||
class IValidator(object):
|
||||
class IValidator(zope.interface.Interface):
|
||||
"""Configuration validator."""
|
||||
|
||||
def redirect(name):
|
||||
|
||||
Reference in New Issue
Block a user