diff options
| author | Barry Warsaw | 2012-01-27 16:53:06 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2012-01-27 16:53:06 -0500 |
| commit | 1655fcc1e8d1cb2e9ee19288c026c85b3b470a97 (patch) | |
| tree | b3820003e4ac9da35f421b916e0b4b2f3e162f16 /src/mailman/interfaces | |
| parent | 1159b78601ffb15558754b35e272d34bc8938a43 (diff) | |
| download | mailman-1655fcc1e8d1cb2e9ee19288c026c85b3b470a97.tar.gz mailman-1655fcc1e8d1cb2e9ee19288c026c85b3b470a97.tar.zst mailman-1655fcc1e8d1cb2e9ee19288c026c85b3b470a97.zip | |
* Remove previously deprecated `IListManager.get_mailing_lists()`.
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` - """ |
