forked from archive/andrewferrier_email2pdf
Fix broken import.
This commit is contained in:
parent
6d66d54bd2
commit
611566c3b5
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ from email.mime.multipart import MIMEMultipart
|
|||
|
||||
import os
|
||||
|
||||
from tests import BaseTestClasses
|
||||
from tests.BaseTestClasses import Email2PDFTestCase
|
||||
|
||||
|
||||
class TestMIME(BaseTestClasses.Email2PDFTestCase):
|
||||
class TestMIME(Email2PDFTestCase):
|
||||
def setUp(self):
|
||||
super(TestMIME, self).setUp()
|
||||
self.msg = MIMEMultipart()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue