summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 9c3e89c84..4062ea3a6 100644
--- a/setup.py
+++ b/setup.py
@@ -42,6 +42,8 @@ import os
import mailman.commands
import mailman.messages
+# Create the .mo files from the .po files. There may be errors and warnings
+# here and that could cause the digester.txt test to fail.
start_dir = os.path.dirname(mailman.messages.__file__)
for dirpath, dirnames, filenames in os.walk(start_dir):
for filename in filenames: