[Zope] Using url_quote in Script(Python)

Dennis Allison allison@sumeru.stanford.EDU
Fri, 13 Jun 2003 07:11:30 -0700 (PDT)


Did you import it .. 

from Products.PythonScripts.standard import url_quote


On Fri, 13 Jun 2003, Andreas Pakulat wrote:

> Hi,
> 
> If I use url_quote(request.QUERY_STRING) in my Script(Python) I get an
> error stating that url_quote is not known, how can this be?
> 
> Andreas
>