Skip to content

Commit eaa8081

Browse files
author
Richard Jones
committed
missing import ... how odd
1 parent 2c659b1 commit eaa8081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/mailgw.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ class node. Any parts of other types are each stored in separate files
7373
an exception, the original message is bounced back to the sender with the
7474
explanatory message given in the exception.
7575
76-
$Id: mailgw.py,v 1.87 2002-09-11 01:19:16 richard Exp $
76+
$Id: mailgw.py,v 1.88 2002-09-20 23:20:57 richard Exp $
7777
'''
7878

7979
import string, re, os, mimetools, cStringIO, smtplib, socket, binascii, quopri
80-
import time, random
80+
import time, random, sys
8181
import traceback, MimeWriter
8282
import hyperdb, date, password
8383

0 commit comments

Comments
 (0)