diff options
author | Paul Prescod <prescod@prescod.net> | 2000-07-01 19:19:32 (GMT) |
---|---|---|
committer | Paul Prescod <prescod@prescod.net> | 2000-07-01 19:19:32 (GMT) |
commit | bd8c2ae758893956acd8b6ba393a8b482fff12ae (patch) | |
tree | fce1d5e2c462b4afc563e88a3291f4efe9ec6665 /Lib/xml | |
parent | ebc0473c058d72e1c011294dd053218b40cf9776 (diff) | |
download | cpython-bd8c2ae758893956acd8b6ba393a8b482fff12ae.zip cpython-bd8c2ae758893956acd8b6ba393a8b482fff12ae.tar.gz cpython-bd8c2ae758893956acd8b6ba393a8b482fff12ae.tar.bz2 |
Removed unncessary dependency.
Diffstat (limited to 'Lib/xml')
-rw-r--r-- | Lib/xml/sax/saxutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xml/sax/saxutils.py b/Lib/xml/sax/saxutils.py index eb0760e..4657b99 100644 --- a/Lib/xml/sax/saxutils.py +++ b/Lib/xml/sax/saxutils.py @@ -5,7 +5,7 @@ convenience of application and driver writers. $Id$ """ -import types, string, sys, urllib +import types, string, sys import handler def escape(data, entities = {}): |