# HG changeset patch # User Sylvain Thénault # Date 1397117120 -7200 # Node ID cf249a0015fa4c2f27586f8cc9f543be65130c41 # Parent 566f8fce5168f31eff2bcc0591cf87d6382ea048 [test] Add missing import to fix old yams warning diff -r 566f8fce5168 -r cf249a0015fa entities/test/data/schema.py --- a/entities/test/data/schema.py Wed Apr 09 17:26:57 2014 +0200 +++ b/entities/test/data/schema.py Thu Apr 10 10:05:20 2014 +0200 @@ -1,4 +1,4 @@ -# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2014 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. @@ -15,11 +15,9 @@ # # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . -"""entities tests schema +"""entities tests schema""" -""" - -from yams.buildobjs import EntityType, String +from yams.buildobjs import EntityType, String, RichString from cubicweb.schema import make_workflowable class Company(EntityType):