Commit 5fd90684 authored by Guido van Rossum's avatar Guido van Rossum

Run the self-test (test.test_MimeWriter) when invoked as a script.

parent 2ad816f4
...@@ -125,4 +125,4 @@ class MimeWriter: ...@@ -125,4 +125,4 @@ class MimeWriter:
if __name__ == '__main__': if __name__ == '__main__':
print "To test the MimeWriter module, run TestMimeWriter.py." import test.test_MimeWriter
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment