# HG changeset patch # User Sylvain Thénault # Date 1248457270 -7200 # Node ID c4bf7ef8b8517b910556465fc36a10a7dd6b1136 # Parent 324ec2056d560e82c7e9022eefe18a399b2b7825 explicit imports diff -r 324ec2056d56 -r c4bf7ef8b851 server/test/data/schema.py --- a/server/test/data/schema.py Fri Jul 24 19:40:56 2009 +0200 +++ b/server/test/data/schema.py Fri Jul 24 19:41:10 2009 +0200 @@ -5,6 +5,12 @@ :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses """ +from yams.buildobjs import (EntityType, RelationType, RelationDefinition, + SubjectRelation, ObjectRelation, + RichString, String, Int, Boolean, Datetime) +from yams.constraints import SizeConstraint +from cubicweb.schema import (WorkflowableEntityType, RQLConstraint, + ERQLExpression, RRQLExpression) class Affaire(WorkflowableEntityType): permissions = {