1.1 --- a/examples/CGI/VerySimpleWithOpenIDApp.py Tue Feb 05 17:42:28 2008 +0000
1.2 +++ b/examples/CGI/VerySimpleWithOpenIDApp.py Sat Feb 16 21:03:07 2008 +0000
1.3 @@ -3,10 +3,10 @@
1.4 # NOTE: Path manipulation requires manual customisation.
1.5
1.6 import sys
1.7 -sys.path.append("/home/paulb/Software/Python/WebStack")
1.8 -sys.path.append("/home/paulb/Software/Python/XSLTools")
1.9 -sys.path.append("/home/paulb/Software/Python/XSLTools/examples/Common")
1.10 -sys.path.append("/home/paulb/Software/Python/libxml2dom")
1.11 +#sys.path.append("/home/paulb/Software/Python/WebStack")
1.12 +#sys.path.append("/home/paulb/Software/Python/XSLTools")
1.13 +#sys.path.append("/home/paulb/Software/Python/XSLTools/examples/Common")
1.14 +#sys.path.append("/home/paulb/Software/Python/libxml2dom")
1.15
1.16 from WebStack.Adapters.CGI import deploy
1.17 import VerySimpleWithOpenID