Skip to content

Commit

Permalink
Oops! I forgot to add the license header
Browse files Browse the repository at this point in the history
git-svn-id: svn://cherokee-project.com/CTK/trunk@6345 5dc97367-97f1-0310-9951-d761b3857238
  • Loading branch information
alobbs committed Feb 19, 2011
1 parent 7d4bad9 commit bf7e176
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CTK/MailHTML.py
@@ -1,3 +1,25 @@
# CTK: Cherokee Toolkit
#
# Authors:
# Alvaro Lopez Ortega <alvaro@alobbs.com>
#
# Copyright (C) 2009-2011 Alvaro Lopez Ortega
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of version 2 of the GNU General Public
# License as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
#

import smtplib

from email.mime.text import MIMEText
Expand Down

0 comments on commit bf7e176

Please sign in to comment.