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

This commit is contained in:
Guido van Rossum 1998-04-23 13:34:57 +00:00
parent 2ad816f47e
commit 5fd90684a9
1 changed files with 1 additions and 1 deletions

View File

@ -125,4 +125,4 @@ class MimeWriter:
if __name__ == '__main__':
print "To test the MimeWriter module, run TestMimeWriter.py."
import test.test_MimeWriter