|
|
| |
import socket | import socket |
from StringIO import StringIO | from StringIO import StringIO |
from email.mime.text import MIMEText |
try: |
|
from email.mime.text import MIMEText |
|
except ImportError: |
|
from email.MIMEText import MIMEText |
|
|
# color doesn't make any sense for mail | # color doesn't make any sense for mail |
nocolor() | nocolor() |
| |