]> git.decadent.org.uk Git - dak.git/commitdiff
git rid of useless email realeted imports. added docstring for module
authorMike O'Connor <stew@vireo.org>
Sun, 25 Jan 2009 16:49:04 +0000 (11:49 -0500)
committerMike O'Connor <stew@vireo.org>
Sun, 25 Jan 2009 16:49:04 +0000 (11:49 -0500)
Signed-off-by: Mike O'Connor <stew@vireo.org>
dak/bts_categorize.py

index 1a4548e67c07d2766bcc7dfa60b6d0b68c629e36..9112178452adaa6eb8853a769ac01d7897052759 100755 (executable)
@@ -1,9 +1,11 @@
 #!/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
@@ -123,10 +125,7 @@ class BugClassifier(object):
 
         return controls
 
-import smtplib
-import email.Message
-
-def send_email(commands, simulate):
+def send_email(commands, simulate=False):
     global Cnf
 
     Subst = {'__COMMANDS__' : commands,