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

Use full package paths in imports.

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