Use full package paths in imports.

This commit is contained in:
Barry Warsaw 2002-07-23 20:35:58 +00:00
parent 78e30fb32c
commit 9e4e050c59
1 changed files with 2 additions and 7 deletions

View File

@ -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