author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Wed, 27 Jan 2010 11:14:57 +0100 | |
changeset 4399 | bc8d7ac70347 |
parent 4397 | fbac86ca7af1 |
child 4400 | 4d36e0e93fdb |
--- a/devtools/devctl.py Wed Jan 27 10:17:27 2010 +0100 +++ b/devtools/devctl.py Wed Jan 27 11:14:57 2010 +0100 @@ -156,6 +156,8 @@ if eschema.final: continue for rschema, targetschemas, role in eschema.relation_definitions(True): + if rschema.final: + continue for tschema in targetschemas: fsections = afs.etype_get(eschema, rschema, role, tschema) if 'inlined_attributes' in fsections and \