# HG changeset patch # User Nicolas Chauvat <nicolas.chauvat@logilab.fr> # Date 1265479056 -3600 # Sat Feb 06 18:57:36 2010 +0100 # Branch stable # Node ID 1bcc5b5693c9f58ba0ffd3c9fc08b245e4dae5e1 # Parent 61a4652d46fc74b6ed92049e4e0291ef3abb6f01 [schema] import types from yams.buildobjs to remove warnings diff --git a/schema.py b/schema.py --- a/schema.py +++ b/schema.py @@ -1,3 +1,5 @@ +from yams.buildobjs import EntityType, String, SubjectRelation + from cubicweb.schema import format_constraint class Blog(EntityType):