From: richard Date: Fri, 20 Sep 2002 23:20:57 +0000 (+0000) Subject: missing import ... how odd X-Git-Url: https://git.tokkee.org/?p=roundup.git;a=commitdiff_plain;h=66e7f3a72fe3ecf153f401b24e3f0436b6e8b484 missing import ... how odd git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1204 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/mailgw.py b/roundup/mailgw.py index 7057597..2d08df5 100644 --- a/roundup/mailgw.py +++ b/roundup/mailgw.py @@ -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