summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/switchboard.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/switchboard.py')
-rw-r--r--src/mailman/interfaces/switchboard.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mailman/interfaces/switchboard.py b/src/mailman/interfaces/switchboard.py
index 866093d12..6acb40275 100644
--- a/src/mailman/interfaces/switchboard.py
+++ b/src/mailman/interfaces/switchboard.py
@@ -32,8 +32,11 @@ from zope.interface import Interface, Attribute
class ISwitchboard(Interface):
"""The switchboard."""
+ name = Attribute(
+ """The name of the switchboard's queue.""")
+
queue_directory = Attribute(
- """The name of the queue directory this switchboard is responsible for.
+ """The queue directory this switchboard is responsible for.
This should be a subdirectory of the system-wide top-level queue
directory.