Code

missing import ... how odd
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 20 Sep 2002 23:20:57 +0000 (23:20 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 20 Sep 2002 23:20:57 +0000 (23:20 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1204 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/mailgw.py

index 7057597e0f8de790f55f195932e4cda842ad7579..2d08df58c1503e1f059df75772ecd9d12de2c451 100644 (file)
@@ -73,11 +73,11 @@ are calling the create() method to create a new node). If an auditor raises
 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