summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBarry Warsaw2009-08-25 18:49:43 -0400
committerBarry Warsaw2009-08-25 18:49:43 -0400
commit0ce2f82735911c738349b1812c86e09355ecee60 (patch)
treeed3c5432cce22e9edaf5dc4199594d629b1a2952 /setup.py
parent67ee413b62f5e1f9530c74a2dd83d2498f15908d (diff)
downloadmailman-0ce2f82735911c738349b1812c86e09355ecee60.tar.gz
mailman-0ce2f82735911c738349b1812c86e09355ecee60.tar.zst
mailman-0ce2f82735911c738349b1812c86e09355ecee60.zip
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: