Removed unncessary dependency.

This commit is contained in:
Paul Prescod 2000-07-01 19:19:32 +00:00
parent ebc0473c05
commit bd8c2ae758
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}):