projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cb19d8
)
Removed xml.sax cruft from be-mbox-to-xml
author
W. Trevor King
<wking@drexel.edu>
Tue, 14 Jul 2009 20:04:19 +0000
(16:04 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 14 Jul 2009 20:04:19 +0000
(16:04 -0400)
interfaces/xml/be-mbox-to-xml
patch
|
blob
|
history
diff --git
a/interfaces/xml/be-mbox-to-xml
b/interfaces/xml/be-mbox-to-xml
index 840a2a62603c4b795d6ada8db8fc7697fbf496fb..a5bf13e098ee37f211dc9b9ac9930d98f6cedbb2 100755
(executable)
--- 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)