XSLTools

Change of examples/Common/VerySimple/__init__.py

181:935d68086720
examples/Common/VerySimple/__init__.py
     1.1 --- a/examples/Common/VerySimple/__init__.py	Fri Jul 22 20:32:13 2005 +0000
     1.2 +++ b/examples/Common/VerySimple/__init__.py	Fri Jul 22 20:32:29 2005 +0000
     1.3 @@ -114,10 +114,8 @@
     1.4      resource = MapResource({
     1.5          # Static resources:
     1.6          "scripts" : DirectoryResource(os.path.join(directory, "scripts"), {"js" : "text/javascript"}),
     1.7 -        # Main page:
     1.8 -        "" : very_simple_resource,
     1.9 -        # Fragments:
    1.10 -        "comments" : very_simple_resource
    1.11 +        # Main page and in-page resources:
    1.12 +        None : very_simple_resource
    1.13          })
    1.14  
    1.15      return resource