summaryrefslogtreecommitdiffstats
path: root/Doc/lib/email-simple.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2006-03-18 15:41:53 (GMT)
committerBarry Warsaw <barry@python.org>2006-03-18 15:41:53 (GMT)
commit40ef0067ad5af2458c54cc0316831ddb701ea3fd (patch)
tree52204dc86cfb735d4aadff24864af50da4fe78de /Doc/lib/email-simple.py
parent9ae019bf5b92d9ac0ee8bb53829f6b5a16d5fab2 (diff)
downloadcpython-40ef0067ad5af2458c54cc0316831ddb701ea3fd.zip
cpython-40ef0067ad5af2458c54cc0316831ddb701ea3fd.tar.gz
cpython-40ef0067ad5af2458c54cc0316831ddb701ea3fd.tar.bz2
Merge email package 4.0 from the sandbox, including documentation, test cases,
and NEWS updates.
Diffstat (limited to 'Doc/lib/email-simple.py')
-rw-r--r--Doc/lib/email-simple.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/email-simple.py b/Doc/lib/email-simple.py
index a445f1b..44152a4 100644
--- a/Doc/lib/email-simple.py
+++ b/Doc/lib/email-simple.py
@@ -2,7 +2,7 @@
import smtplib
# Import the email modules we'll need
-from email.MIMEText import MIMEText
+from email.mime.text import MIMEText
# Open a plain text file for reading. For this example, assume that
# the text file contains only ASCII characters.