diff options
Diffstat (limited to 'Lib')
-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 = {}): |