From 0ce2f82735911c738349b1812c86e09355ecee60 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 25 Aug 2009 18:49:43 -0400 Subject: Remove the special cases for pylint. Version 0.18 "works" out of the box now, except that it has a bug where it can't handle "from __future__ import absolute_import". Robustify master.py so that we can't get into a situation where the pid dictionary changes size during iteration. No test, but this should be fixed. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') 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: -- cgit v1.2.3-70-g09d2