entities/test/data/schema.py
changeset 2637 07103211e511
parent 1977 606923dff11b
child 2920 64322aa83a1d
--- a/entities/test/data/schema.py	Sat Aug 01 17:20:26 2009 +0200
+++ b/entities/test/data/schema.py	Sat Aug 01 17:21:19 2009 +0200
@@ -5,6 +5,8 @@
 :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
+
 class Company(EntityType):
     name = String()