# HG changeset patch # User Nicolas Chauvat <nicolas.chauvat@logilab.fr> # Date 1248349379 -7200 # Thu Jul 23 13:42:59 2009 +0200 # Node ID 414aed157eb2b1d8d5f3c60032d3e5df4325d583 # Parent 302b9c57ddec56ca3c1c710eb466b752870ed988 [schema] explicit yams imports diff --git a/schema.py b/schema.py --- a/schema.py +++ b/schema.py @@ -1,3 +1,4 @@ +from yams.buildobjs import EntityType, String, SubjectRelation from cubicweb.schema import format_constraint class Blog(EntityType):