Really fix the import.

This commit is contained in:
Ricky Zhou (周家杰) 2009-11-21 19:10:51 -05:00
parent 0df54308f9
commit 31886898e2

View file

@ -17,7 +17,7 @@ import smtplib
try:
from email.mime.text import MIMEText
except ImportError:
from email import MIMEText
from email.MIMEText import MIMEText
try:
import hashlib