missing import
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 24 Jul 2009 18:45:16 +0200
changeset 2499 26fb72e0af23
parent 2498 5fb8aabb0448
child 2500 e342a8662c8d
missing import
sobjects/hooks.py
--- a/sobjects/hooks.py	Fri Jul 24 18:43:18 2009 +0200
+++ b/sobjects/hooks.py	Fri Jul 24 18:45:16 2009 +0200
@@ -7,6 +7,8 @@
 """
 __docformat__ = "restructuredtext en"
 
+from datetime import datetime
+
 from cubicweb import RepositoryError
 from cubicweb.common.uilib import soup2xhtml
 from cubicweb.server.hooksmanager import Hook