remove incorrect docstring in write-mime-multipart

This commit is contained in:
Scott Moser
2010-07-01 20:48:15 -04:00
parent e16c09c423
commit 4aecbf3908

View File

@@ -2,8 +2,6 @@
# largely taken from python examples
# http://docs.python.org/library/email-examples.html
"""Send the contents of a directory as a MIME message."""
import os
import sys
import smtplib