diff options
Diffstat (limited to 'src/mailman/interfaces/domain.py')
| -rw-r--r-- | src/mailman/interfaces/domain.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/interfaces/domain.py b/src/mailman/interfaces/domain.py index b7fc1c91f..25727ef22 100644 --- a/src/mailman/interfaces/domain.py +++ b/src/mailman/interfaces/domain.py @@ -55,6 +55,9 @@ class IDomain(Interface): The base url for the Mailman server at this domain, which includes the scheme and host name.""") + scheme = Attribute( + """The protocol scheme used to contact this list's server.""") + description = Attribute( 'The human readable description of the domain name.') |
