~abompard/mailman/import21-instances-test

« back to all changes in this revision

Viewing changes to src/mailman/commands/docs/inject.rst

  • Committer: Barry Warsaw
  • Date: 2015-01-05 01:40:47 UTC
  • Revision ID: barry@list.org-20150105014047-3ckex6ppxujtrkkj
We don't need the 'six' package any more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
The message text can also be provided on standard input.
134
134
::
135
135
 
136
 
    >>> from six import StringIO
 
136
    >>> from io import StringIO
137
137
 
138
 
    # Remember: we've got unicode literals turned on.
139
138
    >>> standard_in = StringIO(str("""\
140
139
    ... From: bperson@example.com
141
140
    ... To: test@example.com