diff options
| author | Barry Warsaw | 2010-08-10 18:26:18 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2010-08-10 18:26:18 -0400 |
| commit | 02ac6590baaad126be1f6154794bce5ccecaaf99 (patch) | |
| tree | e8a00e21cb751b5c7c431ef1d30ef3db2ab9bb97 /src/mailman/interfaces/domain.py | |
| parent | e610dac8966ea1a0f09735a5bd249efd7b8060cb (diff) | |
| download | mailman-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.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.') |
