diff -r 473754eac7c1 -r 23a62d151382 pyramid_cubicweb/rest_api.py --- a/pyramid_cubicweb/rest_api.py Fri Jul 24 13:39:18 2015 +0200 +++ b/pyramid_cubicweb/rest_api.py Wed Sep 16 16:39:53 2015 +0200 @@ -18,7 +18,6 @@ def includeme(config): - config.add_route_predicate('match_is_etype', MatchIsETypePredicate) config.add_route( 'cwentities', '/{etype}/*traverse', factory=ETypeResource.from_match('etype'), match_is_etype='etype')