Hi, there seems to be missing code statement in the Pyramid 1.3 doc below: http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/narr/configuration.html
In the Imperative Configuration section, seems like it needs the following statement before line 11: app = config.make_wsgi_app() And in the Declarative Configuration section, there seems to be a missing import statement: from pyramid.config import Configurator cheers, david -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
