diff options
| author | J08nY | 2017-06-04 17:41:29 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-07 18:03:42 +0200 |
| commit | e65f5e7bbb34063e252ffecd13fc349c5cb69a24 (patch) | |
| tree | b7cb079e8b0bd6c7f5312a38c59d22da68a7eae5 /src/mailman/interfaces/styles.py | |
| parent | 324226f1f859f6be5e932dc9abe638aba268d154 (diff) | |
| download | mailman-e65f5e7bbb34063e252ffecd13fc349c5cb69a24.tar.gz mailman-e65f5e7bbb34063e252ffecd13fc349c5cb69a24.tar.zst mailman-e65f5e7bbb34063e252ffecd13fc349c5cb69a24.zip | |
Diffstat (limited to 'src/mailman/interfaces/styles.py')
| -rw-r--r-- | src/mailman/interfaces/styles.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/interfaces/styles.py b/src/mailman/interfaces/styles.py index 9c7d13479..b36547b40 100644 --- a/src/mailman/interfaces/styles.py +++ b/src/mailman/interfaces/styles.py @@ -34,6 +34,9 @@ class IStyle(Interface): name = Attribute( """The name of this style. Must be unique.""") + description = Attribute( + """A short description of this list style.""") + def apply(mailing_list): """Apply the style to the mailing list. |
