diff -r 473754eac7c1 -r 23a62d151382 pyramid_cubicweb/__init__.py --- a/pyramid_cubicweb/__init__.py Fri Jul 24 13:39:18 2015 +0200 +++ b/pyramid_cubicweb/__init__.py Wed Sep 16 16:39:53 2015 +0200 @@ -176,6 +176,7 @@ config.include(name) config.include('pyramid_cubicweb.tools') + config.include('pyramid_cubicweb.predicates') config.include('pyramid_cubicweb.core') if asbool(config.registry.settings.get('cubicweb.bwcompat', True)):