cubicweb/pyramid/rest_api.py
branch3.24
changeset 11811 f09efeead7f9
parent 11631 faf279e33298
child 11959 ddc05ce75319
--- a/cubicweb/pyramid/rest_api.py	Tue Jun 30 10:00:53 2015 +0200
+++ b/cubicweb/pyramid/rest_api.py	Wed Nov 09 11:42:33 2016 +0100
@@ -1,10 +1,8 @@
 from __future__ import absolute_import
 
 
-from pyramid.httpexceptions import HTTPNotFound
 from pyramid.view import view_config
 from cubicweb.pyramid.resources import EntityResource, ETypeResource
-from cubicweb.pyramid.predicates import MatchIsETypePredicate
 
 
 @view_config(