#!/usr/bin/python
-# bts -- manage bugs filed against ftp.debian.org
-#
-# Copyright 2009 Mike O'Connor <stew@vireo.org>
-#
+"""
+bts -- manage bugs filed against ftp.debian.org
+
+Copyright 2009 Mike O'Connor <stew@vireo.org>
+"""
+
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any
return controls
-import smtplib
-import email.Message
-
-def send_email(commands, simulate):
+def send_email(commands, simulate=False):
global Cnf
Subst = {'__COMMANDS__' : commands,