diff -r db76e8aaec29 -r a673d1d9a738 req.py --- 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 """ 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