diff options
author | Guido van Rossum <guido@python.org> | 2007-08-25 13:43:02 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-08-25 13:43:02 (GMT) |
commit | 6398b7a351d04408fa8ce0204d78559e8d6ac98f (patch) | |
tree | 5f274983fa91009d1a7b4bfa26de59a83942581f /Lib/test/test_email_renamed.py | |
parent | f616b224506ef17ac9ab4378c92b99ae816b88f7 (diff) | |
download | cpython-6398b7a351d04408fa8ce0204d78559e8d6ac98f.zip cpython-6398b7a351d04408fa8ce0204d78559e8d6ac98f.tar.gz cpython-6398b7a351d04408fa8ce0204d78559e8d6ac98f.tar.bz2 |
Remove the email package for now.
Once Barry and the email-sig have a working new version
we'll add it back.
If it doesn't make the 3.0a deadline (release August 31), too bad.
Diffstat (limited to 'Lib/test/test_email_renamed.py')
-rw-r--r-- | Lib/test/test_email_renamed.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Lib/test/test_email_renamed.py b/Lib/test/test_email_renamed.py deleted file mode 100644 index 163e791..0000000 --- a/Lib/test/test_email_renamed.py +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright (C) 2001-2006 Python Software Foundation -# email package unit tests - -import unittest -# The specific tests now live in Lib/email/test -from email.test.test_email_renamed import suite -from test import test_support - -def test_main(): - test_support.run_unittest(suite()) - -if __name__ == '__main__': - test_main() |