diff -r 544609e83317 -r 96752791c2b6 server/hookhelper.py --- a/server/hookhelper.py Mon Mar 23 17:38:30 2009 +0100 +++ b/server/hookhelper.py Mon Mar 23 17:55:59 2009 +0100 @@ -1,7 +1,7 @@ """helper functions for application hooks :organization: Logilab -:copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en" @@ -10,7 +10,7 @@ from threading import Lock from cubicweb import RepositoryError -from cubicweb.server.pool import Operation, SingleLastOperation +from cubicweb.server.pool import SingleLastOperation def entity_name(session, eid):