diff options
author | Paul Prescod <prescod@prescod.net> | 2000-07-01 19:19:32 +0000 |
---|---|---|
committer | Paul Prescod <prescod@prescod.net> | 2000-07-01 19:19:32 +0000 |
commit | c0320386c3a6e01557b7aa592c27cb5a36527aa9 (patch) | |
tree | 4f7dfa4c2385f1631306da1fcae1ebf5bb28327d | |
parent | 6d84e68f4dc8531108ed02e33f7044fa92d474af (diff) | |
download | cpython-c0320386c3a6e01557b7aa592c27cb5a36527aa9.tar.gz |
Removed unncessary dependency.
-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 eb0760ec55..4657b99d89 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 = {}): |