mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Removed unncessary dependency.
This commit is contained in:
parent
ebc0473c05
commit
bd8c2ae758
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue