Code

documentation cleanup
[roundup.git] / roundup / mailer.py
index ddfc109978f6f032774dbec99ae2067b94d28e4a..ec5951ed87b12c8bd88289da049dbc51ce81cd7a 100644 (file)
@@ -1,5 +1,7 @@
-"""Sending Roundup-specific mail over SMTP."""
-# $Id: mailer.py,v 1.4 2004-01-20 00:05:46 richard Exp $
+"""Sending Roundup-specific mail over SMTP.
+"""
+__docformat__ = 'restructuredtext'
+# $Id: mailer.py,v 1.5 2004-02-11 23:55:08 richard Exp $
 
 import time, quopri, os, socket, smtplib, re