diff options
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/MimeWriter.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ class MimeWriter: if __name__ == '__main__': - print "To test the MimeWriter module, run TestMimeWriter.py." + import test.test_MimeWriter |