diff options
| author | Barry Warsaw | 2008-07-03 15:32:25 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-07-03 15:32:25 -0400 |
| commit | 408043ad8404798e9b8b93a1ee1cd81db897639c (patch) | |
| tree | 7002f8465007663a700d281aaed8cc701a50cabf /mailman/pipeline | |
| parent | ed752bbc1cb7731ce0eebb8cd7301d0322b9ef49 (diff) | |
| download | mailman-408043ad8404798e9b8b93a1ee1cd81db897639c.tar.gz mailman-408043ad8404798e9b8b93a1ee1cd81db897639c.tar.zst mailman-408043ad8404798e9b8b93a1ee1cd81db897639c.zip | |
Diffstat (limited to 'mailman/pipeline')
| -rw-r--r-- | mailman/pipeline/docs/digests.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/pipeline/docs/digests.txt b/mailman/pipeline/docs/digests.txt index d81e173f8..df01379b9 100644 --- a/mailman/pipeline/docs/digests.txt +++ b/mailman/pipeline/docs/digests.txt @@ -21,7 +21,7 @@ This is a helper function used to iterate through all the accumulated digest messages, in the order in which they were posted. This makes it easier to update the tests when we switch to a different mailbox format. - >>> from mailman.tests.helpers import digest_mbox + >>> from mailman.testing.helpers import digest_mbox >>> from itertools import count >>> from string import Template >>> def makemsg(): |
