changeset 4521 | 32402dd2504d |
parent 4397 | fbac86ca7af1 |
child 4564 | 38f0562b744b |
--- 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)