XSLTools

Changeset

522:44f29f525fc7
2006-03-12 paulb raw files shortlog changelog graph [project @ 2006-03-12 22:37:41 by paulb] Made the non-installed package and examples override any installed software. rel-0-4
tools/prepare_demo.py (file)
     1.1 --- a/tools/prepare_demo.py	Sun Mar 12 15:18:23 2006 +0000
     1.2 +++ b/tools/prepare_demo.py	Sun Mar 12 22:37:41 2006 +0000
     1.3 @@ -15,8 +15,8 @@
     1.4  
     1.5  # Set up the environment and obtain the demo resource.
     1.6  
     1.7 -sys.path.append(base)
     1.8 -sys.path.append(os.path.join(base, "examples", "Common"))
     1.9 +sys.path.insert(0, base)
    1.10 +sys.path.insert(0, os.path.join(base, "examples", "Common"))
    1.11  
    1.12  import DemoApp
    1.13  DemoApp.prepare_resources()