Automated conversion of relative paths to new source layout
# Copyright (C) 2001,2002 Python Software Foundation# email package unit tests# The specific tests now live in Lib/email/testfrom email.test.test_email import suitefrom test import test_supportdef test_main(): test_support.run_unittest(suite())if __name__ == '__main__': test_main()