blob: aadd53738c34217eb3bc7c446a25f85d51e60ce4 [file] [log] [blame]
Barry Warsaw409a4c02002-04-10 21:01:31 +00001# Copyright (C) 2002 Python Software Foundation
2# email package unit tests for (optional) Asian codecs
3
Barry Warsawd33d4742002-07-19 22:44:23 +00004import unittest
Barry Warsaw190390b2002-07-19 22:31:10 +00005# The specific tests now live in Lib/email/test
Barry Warsawd33d4742002-07-19 22:44:23 +00006from email.test.test_email_codecs import suite
Barry Warsawc9ad32c2002-04-15 22:14:06 +00007
8
Barry Warsaw409a4c02002-04-10 21:01:31 +00009
10if __name__ == '__main__':
11 unittest.main(defaultTest='suite')