summaryrefslogtreecommitdiffstats
path: root/Lib/xml
diff options
context:
space:
mode:
authorPaul Prescod <prescod@prescod.net>2000-07-01 19:19:32 (GMT)
committerPaul Prescod <prescod@prescod.net>2000-07-01 19:19:32 (GMT)
commitbd8c2ae758893956acd8b6ba393a8b482fff12ae (patch)
treefce1d5e2c462b4afc563e88a3291f4efe9ec6665 /Lib/xml
parentebc0473c058d72e1c011294dd053218b40cf9776 (diff)
downloadcpython-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.py2
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 = {}):