From: Paul Prescod Date: Sat, 1 Jul 2000 19:19:32 +0000 (+0000) Subject: Removed unncessary dependency. X-Git-Tag: v2.0b1~1130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd8c2ae758893956acd8b6ba393a8b482fff12ae;p=thirdparty%2FPython%2Fcpython.git Removed unncessary dependency. --- diff --git a/Lib/xml/sax/saxutils.py b/Lib/xml/sax/saxutils.py index eb0760ec55ee..4657b99d89b9 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 = {}):