changeset 4466 | 8b0ca7904820 |
parent 4434 | 101344a6ff9b |
child 4570 | ede247bbbf62 |
--- a/schema.py Fri Feb 05 08:55:21 2010 +0100 +++ b/schema.py Fri Feb 05 11:54:23 2010 +0100 @@ -32,11 +32,6 @@ import cubicweb from cubicweb import ETYPE_NAME_MAP, ValidationError, Unauthorized -# XXX <3.2 bw compat -from yams import schema -schema.use_py_datetime() -nodes.use_py_datetime() - PURE_VIRTUAL_RTYPES = set(('identity', 'has_text',)) VIRTUAL_RTYPES = set(('eid', 'identity', 'has_text',))