# HG changeset patch # User Sylvain Thénault <sylvain.thenault@logilab.fr> # Date 1265443534 -3600 # Sat Feb 06 09:05:34 2010 +0100 # Node ID 28734f05a558c29c55ff96c87866e10cb1aedac7 # Parent 498dfd89eb345f43741443436913edd68312e61f import update diff --git a/entities.py b/entities.py --- a/entities.py +++ b/entities.py @@ -7,7 +7,8 @@ """ __docformat__ = "restructuredtext en" -from cubicweb.utils import todate +from logilab.common.date import todate + from cubicweb.entities import AnyEntity, fetch_config from cubicweb.interfaces import (ICalendarViews, ICalendarable, ISiocItem, ISiocContainer, IPrevNext)