mirror of https://github.com/python/cpython
Removed unncessary dependency.
This commit is contained in:
parent
ebc0473c05
commit
bd8c2ae758
|
@ -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 = {}):
|
||||
|
|
Loading…
Reference in New Issue