[Python-checkins] r43137 - python/trunk/Lib/test/test_email_renamed.py

barry.warsaw python-checkins at python.org
Sat Mar 18 17:17:17 CET 2006


Author: barry.warsaw
Date: Sat Mar 18 17:17:17 2006
New Revision: 43137

Added:
   python/trunk/Lib/test/test_email_renamed.py
      - copied, changed from r43136, python/trunk/Lib/test/test_email.py
Log:
Shim for test_email_renamed.py tests.


Copied: python/trunk/Lib/test/test_email_renamed.py (from r43136, python/trunk/Lib/test/test_email.py)
==============================================================================
--- python/trunk/Lib/test/test_email.py	(original)
+++ python/trunk/Lib/test/test_email_renamed.py	Sat Mar 18 17:17:17 2006
@@ -1,9 +1,9 @@
-# Copyright (C) 2001,2002 Python Software Foundation
+# 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 import suite
+from email.test.test_email_renamed import suite
 from test.test_support import run_suite
 
 def test_main():


More information about the Python-checkins mailing list