PythonCharmers/python-future

Updating email subpackage names

Open

#237 opened on Sep 2, 2016

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (1,172 stars) (327 forks)batch import
0.22enhancementhelp wantedmoves

Description

It would be nice if futurize replaces from email.MIMEText import MIMEText to from email.mime.text import MIMEText, as well as MIMEMultipart and friends.

Contributor guide