# HG changeset patch # User paulb # Date 1095373232 0 # Node ID a6f6a7bc35275e73db0f716bb9b38395ca334a44 # Parent 472f7340525bc2bd8113f807d8d40c361d90ab7c [project @ 2004-09-16 22:20:32 by paulb] Added a form for easier editing of cookies. diff -r 472f7340525b -r a6f6a7bc3527 examples/Common/Cookies/__init__.py --- a/examples/Common/Cookies/__init__.py Thu Sep 16 22:20:14 2004 +0000 +++ b/examples/Common/Cookies/__init__.py Thu Sep 16 22:20:32 2004 +0000 @@ -56,15 +56,18 @@ %s

Cookie

-

Name specified: %s

-

Value found: %s

+
+

Name specified:

+

Value found:

+

+
""" % ( message, self._format_cookies(trans.get_cookies()), cookie_name, - trans.get_cookie(cookie_name), + cookie_value, )) def _format_cookies(self, d):