0001 # Copyright (C) 2002 Python Software Foundation 0002 # email package unit tests for (optional) Asian codecs 0003 0004 import unittest 0005 # The specific tests now live in Lib/email/test 0006 from email.test.test_email_codecs import suite 0007 0008 0009 0010 if __name__ == '__main__': 0011 unittest.main(defaultTest='suite') 0012
Generated by PyXR 0.9.4