changeset 1180:ba133c895f2d

missing import ... how odd
author Richard Jones <richard@users.sourceforge.net>
date Fri, 20 Sep 2002 23:20:57 +0000
parents 9b013302c582
children 49aebf5a8691
files roundup/mailgw.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/roundup/mailgw.py	Fri Sep 20 19:33:18 2002 +0000
+++ b/roundup/mailgw.py	Fri Sep 20 23:20:57 2002 +0000
@@ -73,11 +73,11 @@
 an exception, the original message is bounced back to the sender with the
 explanatory message given in the exception. 
 
-$Id: mailgw.py,v 1.87 2002-09-11 01:19:16 richard Exp $
+$Id: mailgw.py,v 1.88 2002-09-20 23:20:57 richard Exp $
 '''
 
 import string, re, os, mimetools, cStringIO, smtplib, socket, binascii, quopri
-import time, random
+import time, random, sys
 import traceback, MimeWriter
 import hyperdb, date, password
 

Roundup Issue Tracker: http://roundup-tracker.org/