1 # Copyright (C) 2001,2002 Python Software Foundation
2 # email package unit tests
5 # The specific tests now live in Lib/email/test
6 from email
.test
.test_email
import suite
10 if __name__
== '__main__':
11 unittest
.main(defaultTest
='suite')