View | Details | Raw Unified
Collapse All | Expand All

(-) glsa-check (-2 / +5 lines)
 Lines 313-320    Link Here 
		
		
	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()