summaryrefslogtreecommitdiff
path: root/mailman/interfaces/styles.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/interfaces/styles.py')
-rw-r--r--mailman/interfaces/styles.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/mailman/interfaces/styles.py b/mailman/interfaces/styles.py
index b2b52db4e..7cc0e50e8 100644
--- a/mailman/interfaces/styles.py
+++ b/mailman/interfaces/styles.py
@@ -109,3 +109,10 @@ class IStyleManager(Interface):
:param style: an IStyle.
:raises KeyError: If the style's name is not currently registered.
"""
+
+ def populate():
+ """Populate the styles from the configuration files.
+
+ This clears the current set of styles and resets them from those
+ defined in the configuration files.
+ """