mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix base class
This commit is contained in:
parent
e1ff4bbce6
commit
513af770d7
1 changed files with 1 additions and 1 deletions
|
@ -1006,7 +1006,7 @@ class TestMIMEText(unittest.TestCase):
|
|||
|
||||
|
||||
# Test a more complicated multipart/mixed type message
|
||||
class TestMultipartMixed(unittest.TestCase):
|
||||
class TestMultipartMixed(TestEmailBase):
|
||||
def setUp(self):
|
||||
fp = openfile('PyBanner048.gif')
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue