diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |
