cubicweb/hooks/metadata.py
changeset 11767 432f87a63057
parent 11763 39df042f4ab4
child 11773 054a947b5415
--- a/cubicweb/hooks/metadata.py	Wed Oct 05 15:28:43 2016 +0200
+++ b/cubicweb/hooks/metadata.py	Fri Sep 30 18:25:08 2016 +0200
@@ -1,4 +1,4 @@
-# copyright 2003-2013 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.
@@ -17,16 +17,12 @@
 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
 """Core hooks: set generic metadata"""
 
-__docformat__ = "restructuredtext en"
-
 from datetime import datetime
-from base64 import b64encode
 
 from pytz import utc
 
 from cubicweb.predicates import is_instance
 from cubicweb.server import hook
-from cubicweb.server.edition import EditedEntity
 
 
 class MetaDataHook(hook.Hook):