commit | bd8c2ae758893956acd8b6ba393a8b482fff12ae | [log] [tgz] |
---|---|---|
author | Paul Prescod <prescod@prescod.net> | Sat Jul 01 19:19:32 2000 +0000 |
committer | Paul Prescod <prescod@prescod.net> | Sat Jul 01 19:19:32 2000 +0000 |
tree | fce1d5e2c462b4afc563e88a3291f4efe9ec6665 | |
parent | ebc0473c058d72e1c011294dd053218b40cf9776 [diff] [blame] |
Removed unncessary dependency.
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 @@ $Id$ """ -import types, string, sys, urllib +import types, string, sys import handler def escape(data, entities = {}):