diff options
Diffstat (limited to 'src/mailman/interfaces')
| -rw-r--r-- | src/mailman/interfaces/listmanager.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mailman/interfaces/listmanager.py b/src/mailman/interfaces/listmanager.py index c4f21f809..6f43edf3f 100644 --- a/src/mailman/interfaces/listmanager.py +++ b/src/mailman/interfaces/listmanager.py @@ -137,10 +137,3 @@ class IListManager(Interface): name_components = Attribute( """An iterator over the 2-tuple of (list_name, mail_host) for all mailing lists managed by this list manager.""") - - def get_mailing_lists(): - """The list of all mailing lists. - - :return: The list of all known mailing lists. - :rtype: list of `IMailingList` - """ |
