diff -r 351f1fcfa53c -r 1ea41b7c0836 test/data/schema.py --- a/test/data/schema.py Fri Jul 31 23:22:19 2009 +0200 +++ b/test/data/schema.py Fri Jul 31 23:26:52 2009 +0200 @@ -5,6 +5,9 @@ :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, String, SubjectRelation, RelationDefinition + class Personne(EntityType): nom = String(required=True) prenom = String()