Skip to content

Commit 5805ec2

Browse files
author
Richard Jones
committed
remove unused import
1 parent 537ab40 commit 5805ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/mailgw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class node. Any parts of other types are each stored in separate files
7979

8080
import string, re, os, mimetools, cStringIO, smtplib, socket, binascii, quopri
8181
import time, random, sys, logging
82-
import traceback, MimeWriter, rfc822
82+
import traceback, rfc822
8383

8484
from email.Header import decode_header
8585

0 commit comments

Comments
 (0)