You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/09/12 14:27:43 UTC

[incubator-ponymail-foal] branch master updated: Add in shortcut for unit tests

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new b36555d  Add in shortcut for unit tests
b36555d is described below

commit b36555df64043cb33b0aef457df2d07f005529bd
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Sep 12 09:27:41 2021 -0500

    Add in shortcut for unit tests
---
 tools/archiver.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/archiver.py b/tools/archiver.py
index 9f35ede..75dd7cb 100755
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -76,6 +76,7 @@ config = ponymailconfig.PonymailConfig()
 # Set some vars before we begin
 logger = None
 
+normalize_lid = textlib.normalize_lid  # Unit test fallback
 
 # If MailMan is enabled, import and set it up
 if config.has_option("mailman", "plugin"):