summaryrefslogtreecommitdiffstats
path: root/cnucnu/mail.py
diff options
context:
space:
mode:
authorTill Maas <opensource@till.name>2009-07-26 21:07:06 +0200
committerTill Maas <opensource@till.name>2009-07-26 21:07:06 +0200
commitd1f567fbc01a098c2e2d704170425a77a3edc396 (patch)
treeac891900e0f2c7a75af66c84ecb5671c75fde484 /cnucnu/mail.py
parent179e8af64e3855d0395dcfcbeec8aaa298c8016c (diff)
downloadcnucnu-d1f567fbc01a098c2e2d704170425a77a3edc396.tar.gz
cnucnu-d1f567fbc01a098c2e2d704170425a77a3edc396.tar.xz
cnucnu-d1f567fbc01a098c2e2d704170425a77a3edc396.zip
first epydoc experiments
Diffstat (limited to 'cnucnu/mail.py')
-rwxr-xr-xcnucnu/mail.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cnucnu/mail.py b/cnucnu/mail.py
index 7928973..eef02fb 100755
--- a/cnucnu/mail.py
+++ b/cnucnu/mail.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
# vim: fileencoding=utf8 foldmethod=marker
-#{{{ License header: GPLv2+
+# {{{ License header: GPLv2+
# This file is part of cnucnu.
#
# Cnucnu is free software: you can redistribute it and/or modify
@@ -15,7 +15,7 @@
#
# You should have received a copy of the GNU General Public License
# along with cnucnu. If not, see <http://www.gnu.org/licenses/>.
-#}}}
+# }}}
import smtplib
from email.mime.text import MIMEText