Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e30fb commit 9e4e050Copy full SHA for 9e4e050
1 file changed
Lib/email/test/test_email_torture.py
@@ -11,14 +11,9 @@
11
import unittest
12
from cStringIO import StringIO
13
from types import ListType
14
-from test_email import TestEmailBase
15
16
-try:
17
- import test_support
18
- TestSkipped = test_support.TestSkipped
19
-except ImportError:
20
- test_support = None
21
- TestSkipped = ImportError
+from email.test.test_email import TestEmailBase
+from test.test_support import TestSkipped
22
23
import email
24
from email import __file__ as testfile
0 commit comments