home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Magazine 2004 March
/
INTERNET115.ISO
/
pc
/
software
/
windows
/
building
/
python
/
python_233.exe
/
TEST_EMAIL_CODECS.PY
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Source
|
2002-07-19
|
296 b
|
12 lines
# Copyright (C) 2002 Python Software Foundation
# email package unit tests for (optional) Asian codecs
import unittest
# The specific tests now live in Lib/email/test
from email.test.test_email_codecs import suite
if __name__ == '__main__':
unittest.main(defaultTest='suite')