Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd8c2ae

Browse files
author
Paul Prescod
committed
Removed unncessary dependency.
1 parent ebc0473 commit bd8c2ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/xml/sax/saxutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
$Id$
66
"""
77

8-
import types, string, sys, urllib
8+
import types, string, sys
99
import handler
1010

1111
def escape(data, entities = {}):

0 commit comments

Comments
 (0)