aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/xml/be-mbox-to-xml
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-07-14 16:04:19 -0400
committerW. Trevor King <wking@drexel.edu>2009-07-14 16:04:19 -0400
commitf88f3e349393ecfde389a4d3916c433302627d33 (patch)
tree519b41a54f525f2f1b76c2226dc9a7468de449d6 /interfaces/xml/be-mbox-to-xml
parent1cb19d8c51dde8ed091ee875c095066165a5488d (diff)
downloadbugseverywhere-f88f3e349393ecfde389a4d3916c433302627d33.tar.gz
Removed xml.sax cruft from be-mbox-to-xml
Diffstat (limited to 'interfaces/xml/be-mbox-to-xml')
-rwxr-xr-xinterfaces/xml/be-mbox-to-xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/interfaces/xml/be-mbox-to-xml b/interfaces/xml/be-mbox-to-xml
index 840a2a6..a5bf13e 100755
--- a/interfaces/xml/be-mbox-to-xml
+++ b/interfaces/xml/be-mbox-to-xml
@@ -28,9 +28,6 @@ from libbe.encoding import get_encoding, set_IO_stream_encodings
from mailbox import mbox, Message # the mailbox people really want an on-disk copy
from time import asctime, gmtime
import types
-from xml.sax import make_parser
-from xml.sax.handler import ContentHandler
-from xml.sax.saxutils import escape
DEFAULT_ENCODING = get_encoding()
set_IO_stream_encodings(DEFAULT_ENCODING)