Kaydet (Commit) 7034f69d authored tarafından Guido van Rossum's avatar Guido van Rossum

Aargh! The 2.3 version of this file requires "from test.test_support

import run_suite", but the 2.2.2 version requires "from test_support
import run_suite" ... :-(
üst 32b1b430
......@@ -4,7 +4,7 @@
import unittest
# The specific tests now live in Lib/email/test
from email.test.test_email import suite
from test.test_support import run_suite
from test_support import run_suite
def test_main():
run_suite(suite())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment