req.py
changeset 7990 a673d1d9a738
parent 7914 fb757a7d887e
child 8238 087bb529035c
--- a/req.py	Fri Oct 21 14:32:18 2011 +0200
+++ b/req.py	Fri Oct 21 14:32:37 2011 +0200
@@ -424,13 +424,3 @@
     def describe(self, eid, asdict=False):
         """return a tuple (type, sourceuri, extid) for the entity with id <eid>"""
         raise NotImplementedError
-
-    @property
-    @deprecated('[3.6] use _cw.vreg.config')
-    def config(self):
-        return self.vreg.config
-
-    @property
-    @deprecated('[3.6] use _cw.vreg.schema')
-    def schema(self):
-        return self.vreg.schema