summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2010-07-01 20:48:15 -0400
committerScott Moser <smoser@ubuntu.com>2010-07-01 20:48:15 -0400
commite3152a8ceabf4b48ee111a475a5b9e04bbbd47fd (patch)
treee5e86c3dc133e292b2b4853b0d6abb5a4e277ece /tools
parent1dc7a0b93c9980c8bee163a6ca9fea215d7a48ac (diff)
downloadvyos-cloud-init-e3152a8ceabf4b48ee111a475a5b9e04bbbd47fd.tar.gz
vyos-cloud-init-e3152a8ceabf4b48ee111a475a5b9e04bbbd47fd.zip
remove incorrect docstring in write-mime-multipart
Diffstat (limited to 'tools')
-rwxr-xr-xtools/write-mime-multipart2
1 files changed, 0 insertions, 2 deletions
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