branch | stable |
changeset 1965 | 34f57246330d |
parent 1852 | f04da596da6c |
child 1977 | 606923dff11b |
--- a/web/views/editforms.py Wed May 27 15:01:15 2009 +0200 +++ b/web/views/editforms.py Wed May 27 15:01:19 2009 +0200 @@ -6,6 +6,7 @@ :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en" +_ = unicode from copy import copy @@ -26,7 +27,6 @@ EntityCompositeFormRenderer, EntityInlinedFormRenderer) -_ = unicode def relation_id(eid, rtype, role, reid): """return an identifier for a relation between two entities"""