From e3152a8ceabf4b48ee111a475a5b9e04bbbd47fd Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 1 Jul 2010 20:48:15 -0400 Subject: remove incorrect docstring in write-mime-multipart --- tools/write-mime-multipart | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools') diff --git a/tools/write-mime-multipart b/tools/write-mime-multipart index 6466c3ff..46032728 100755 --- a/tools/write-mime-multipart +++ b/tools/write-mime-multipart @@ -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 -- cgit v1.2.3