summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/domain.py
diff options
context:
space:
mode:
authorBarry Warsaw2010-08-10 18:26:18 -0400
committerBarry Warsaw2010-08-10 18:26:18 -0400
commit02ac6590baaad126be1f6154794bce5ccecaaf99 (patch)
treee8a00e21cb751b5c7c431ef1d30ef3db2ab9bb97 /src/mailman/interfaces/domain.py
parente610dac8966ea1a0f09735a5bd249efd7b8060cb (diff)
downloadmailman-02ac6590baaad126be1f6154794bce5ccecaaf99.tar.gz
mailman-02ac6590baaad126be1f6154794bce5ccecaaf99.tar.zst
mailman-02ac6590baaad126be1f6154794bce5ccecaaf99.zip
Diffstat (limited to 'src/mailman/interfaces/domain.py')
-rw-r--r--src/mailman/interfaces/domain.py3
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.')