Add six.moves types for email_mime sources. (#2902)

As a followup to the work done in #2767 and #2830, and to address a
piece of #66, most of the email_mime submodules aren't typed in six
under python2, only python3. Now they are.
This commit is contained in:
Josh Morton
2019-04-08 10:56:29 -07:00
committed by Sebastian Rittau
parent ce2b8a838c
commit d46d36b7d7
3 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
from email.mime.base import *

View File

@@ -0,0 +1 @@
from email.mime.multipart import *

View File

@@ -0,0 +1 @@
from email.mime.nonmultipart import *