XSLTools

Change of examples/Common/DemoApp.py

595:7a955983043f
examples/Common/DemoApp.py
     1.1 --- a/examples/Common/DemoApp.py	Sun Jun 10 22:49:04 2007 +0000
     1.2 +++ b/examples/Common/DemoApp.py	Sun Jun 10 22:49:20 2007 +0000
     1.3 @@ -102,7 +102,7 @@
     1.4  # Resource preparation ahead of time - useful for making installations.
     1.5  
     1.6  def prepare_resources():
     1.7 -    for module in [Candidate, Configurator, Dictionary, Questionnaire, PEP241, Recursive, VerySimple]:
     1.8 +    for module in [Candidate, Configurator, Dictionary, Questionnaire, PEP241, Recursive, VerySimple, VerySimpleWithLogin]:
     1.9          module.prepare_resources()
    1.10  
    1.11  # vim: tabstop=4 expandtab shiftwidth=4