cubicweb/req.py
changeset 11763 39df042f4ab4
parent 11699 b48020a80dc3
child 11765 9cb215e833b0
--- a/cubicweb/req.py	Fri Sep 30 17:34:11 2016 +0200
+++ b/cubicweb/req.py	Fri Sep 30 17:39:17 2016 +0200
@@ -500,9 +500,3 @@
         """
         url = self._base_url(secure=secure)
         return url if url is None else url.rstrip('/') + '/'
-
-    # abstract methods to override according to the web front-end #############
-
-    def describe(self, eid, asdict=False):
-        """return a tuple (type, sourceuri, extid) for the entity with id <eid>"""
-        raise NotImplementedError