From d4d71f71f08d6d440b17482eecc5472dcfe6cbae Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 28 Apr 2014 11:23:35 -0400 Subject: Use print functions consistently through, and update all __future__ imports to reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies. --- src/mailman/bin/tests/test_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/bin/tests') diff --git a/src/mailman/bin/tests/test_master.py b/src/mailman/bin/tests/test_master.py index 6d859b44b..924fbeafd 100644 --- a/src/mailman/bin/tests/test_master.py +++ b/src/mailman/bin/tests/test_master.py @@ -17,7 +17,7 @@ """Test master watcher utilities.""" -from __future__ import absolute_import, unicode_literals +from __future__ import absolute_import, print_function, unicode_literals __metaclass__ = type __all__ = [ -- cgit v1.2.3-70-g09d2