Commit 9e4e050c authored by Barry Warsaw's avatar Barry Warsaw

Use full package paths in imports.

parent 78e30fb3
...@@ -11,14 +11,9 @@ import os ...@@ -11,14 +11,9 @@ import os
import unittest import unittest
from cStringIO import StringIO from cStringIO import StringIO
from types import ListType from types import ListType
from test_email import TestEmailBase
try: from email.test.test_email import TestEmailBase
import test_support from test.test_support import TestSkipped
TestSkipped = test_support.TestSkipped
except ImportError:
test_support = None
TestSkipped = ImportError
import email import email
from email import __file__ as testfile from email import __file__ as testfile
......
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