mirror of https://github.com/python/cpython.git
Removed unncessary dependency.
This commit is contained in:
parent
ebc0473c05
commit
bd8c2ae758
|
@ -5,7 +5,7 @@
|
|||
$Id$
|
||||
"""
|
||||
|
||||
import types, string, sys, urllib
|
||||
import types, string, sys
|
||||
import handler
|
||||
|
||||
def escape(data, entities = {}):
|
||||
|
|
Loading…
Reference in New Issue