~nkarageuzian/mailman/bug-1312884

« back to all changes in this revision

Viewing changes to src/mailman/interfaces/pending.py

  • Committer: Barry Warsaw
  • Date: 2014-04-28 15:23:35 UTC
  • Revision ID: barry@list.org-20140428152335-uomli7adnqf3h6dm
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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
confirmation.
23
23
"""
24
24
 
25
 
from __future__ import absolute_import, unicode_literals
 
25
from __future__ import absolute_import, print_function, unicode_literals
26
26
 
27
27
__metaclass__ = type
28
28
__all__ = [