From db306236d858c395b4a99f5877b1e4e1e6a96ec8 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 15 Aug 2013 23:41:03 +0200 Subject: [PATCH] just added a link --- lib/tasks/email.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/tasks/email.py b/lib/tasks/email.py index d7e498b..137ab85 100644 --- a/lib/tasks/email.py +++ b/lib/tasks/email.py @@ -1,5 +1,7 @@ """ The email task. + +http://docs.python.org/2/library/email-examples.html """ import smtplib