Run the self-test (test.test_MimeWriter) when invoked as a script.
diff --git a/Lib/MimeWriter.py b/Lib/MimeWriter.py
index 0f8b990..754576b 100644
--- a/Lib/MimeWriter.py
+++ b/Lib/MimeWriter.py
@@ -125,4 +125,4 @@
 
 
 if __name__ == '__main__':
-    print "To test the MimeWriter module, run TestMimeWriter.py."
+    import test.test_MimeWriter