cubicweb/pyramid/__init__.py
changeset 11702 be23c3813bbf
parent 11631 faf279e33298
child 11811 f09efeead7f9
equal deleted inserted replaced
11701:ca536eec556b 11702:be23c3813bbf
   186         config.include(name)
   186         config.include(name)
   187 
   187 
   188     config.include('cubicweb.pyramid.tools')
   188     config.include('cubicweb.pyramid.tools')
   189     config.include('cubicweb.pyramid.predicates')
   189     config.include('cubicweb.pyramid.predicates')
   190     config.include('cubicweb.pyramid.core')
   190     config.include('cubicweb.pyramid.core')
       
   191     config.include('cubicweb.pyramid.syncsession')
   191 
   192 
   192     if asbool(config.registry.settings.get('cubicweb.bwcompat', True)):
   193     if asbool(config.registry.settings.get('cubicweb.bwcompat', True)):
   193         config.include('cubicweb.pyramid.bwcompat')
   194         config.include('cubicweb.pyramid.bwcompat')