cubicweb/server/test/unittest_repository.py
changeset 11767 432f87a63057
parent 11763 39df042f4ab4
child 11773 054a947b5415
--- a/cubicweb/server/test/unittest_repository.py	Wed Oct 05 15:28:43 2016 +0200
+++ b/cubicweb/server/test/unittest_repository.py	Fri Sep 30 18:25:08 2016 +0200
@@ -1,5 +1,5 @@
 # -*- coding: iso-8859-1 -*-
-# copyright 2003-2014 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.
@@ -29,7 +29,7 @@
 
 from logilab.database import get_db_helper
 
-from cubicweb import (BadConnectionId, ValidationError,
+from cubicweb import (ValidationError,
                       UnknownEid, AuthenticationError, Unauthorized, QueryError)
 from cubicweb.predicates import is_instance
 from cubicweb.schema import RQLConstraint