# HG changeset patch # User paulb # Date 1126308001 0 # Node ID fc74737438544cded49237740f936861dd3d09e6 # Parent ec7bab0aa2bca3003e41ddc2bbfe9c281b7524ae [project @ 2005-09-09 23:20:01 by paulb] Added the dictionary example to the demonstration. diff -r ec7bab0aa2bc -r fc7473743854 examples/BaseHTTPRequestHandler/DemoApp.py --- a/examples/BaseHTTPRequestHandler/DemoApp.py Fri Sep 09 23:13:27 2005 +0000 +++ b/examples/BaseHTTPRequestHandler/DemoApp.py Fri Sep 09 23:20:01 2005 +0000 @@ -13,6 +13,8 @@ # Here are all the example applications. import Configurator +import Dictionary +from Dictionary.Dict import Dict import Questionnaire import PEP241 import VerySimple @@ -34,6 +36,7 @@

Here are some of the examples supplied with XSLTools: