author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Tue, 09 Feb 2010 16:20:01 +0100 | |
changeset 4521 | 32402dd2504d |
parent 4520 | 1d2c7b3adc39 |
child 4522 | 271f201e3735 |
web/uicfg.py | file | annotate | diff | comparison | revisions |
--- a/web/uicfg.py Tue Feb 09 13:45:05 2010 +0100 +++ b/web/uicfg.py Tue Feb 09 16:20:01 2010 +0100 @@ -106,6 +106,8 @@ from warnings import warn +from logilab.common.compat import any + from cubicweb import neg_role from cubicweb.rtags import (RelationTags, RelationTagsBool, RelationTagsSet, RelationTagsDict, register_rtag, _ensure_str_key)