mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Added zope inheritance to interface
This commit is contained in:
parent
afc40443f6
commit
29a72cbd72
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ class IDisplay(zope.interface.Interface):
|
|||
pass
|
||||
|
||||
|
||||
class IValidator(object):
|
||||
class IValidator(zope.interface.Interface):
|
||||
"""Configuration validator."""
|
||||
|
||||
def redirect(name):
|
||||
|
|
|
|||
Loading…
Reference in a new issue