diff -r d8de1ac21f36 -r 432f87a63057 cubicweb/test/unittest_vregistry.py --- a/cubicweb/test/unittest_vregistry.py Wed Oct 05 15:28:43 2016 +0200 +++ b/cubicweb/test/unittest_vregistry.py Fri Sep 30 18:25:08 2016 +0200 @@ -1,4 +1,4 @@ -# copyright 2003-2012 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2016 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. @@ -21,13 +21,11 @@ from os.path import join from cubicweb import CW_SOFTWARE_ROOT as BASE -from cubicweb.appobject import AppObject from cubicweb.cwvreg import CWRegistryStore, UnknownProperty from cubicweb.devtools import TestServerConfiguration from cubicweb.devtools.testlib import CubicWebTC from cubicweb.view import EntityAdapter -from cubes.card.entities import Card class YesSchema: def __contains__(self, something): @@ -35,6 +33,7 @@ WEBVIEWSDIR = join(BASE, 'web', 'views') + class VRegistryTC(TestCase): def setUp(self):