Kaydet (Commit) 7e1902bc authored tarafından Georg Brandl's avatar Georg Brandl

Add missing import when running these tests standalone.

üst 28aeb0d0
......@@ -13,7 +13,7 @@ from cStringIO import StringIO
from types import ListType
from email.test.test_email import TestEmailBase
from test.test_support import TestSkipped
from test.test_support import TestSkipped, run_unittest
import email
from email import __file__ as testfile
......@@ -128,7 +128,7 @@ def suite():
def test_main():
for testclass in _testclasses():
test_support.run_unittest(testclass)
run_unittest(testclass)
......
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