[test] Add missing import to fix old yams warning
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 10 Apr 2014 10:05:20 +0200
changeset 9751 cf249a0015fa
parent 9750 566f8fce5168
child 9752 5df3ac51a91a
[test] Add missing import to fix old yams warning
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 <http://www.gnu.org/licenses/>.
-"""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):