req.py
changeset 4466 8b0ca7904820
parent 4459 f628abfb3a6c
child 4835 13b0b96d7982
child 4891 90203ec7b3e3
--- a/req.py	Fri Feb 05 08:55:21 2010 +0100
+++ b/req.py	Fri Feb 05 11:54:23 2010 +0100
@@ -13,10 +13,10 @@
 
 from logilab.common.decorators import cached
 from logilab.common.deprecation import deprecated
+from logilab.common.date import ustrftime, strptime, todate, todatetime
 
 from cubicweb import Unauthorized, RegistryException, typed_eid
 from cubicweb.rset import ResultSet
-from cubicweb.utils import ustrftime, strptime, todate, todatetime
 
 ONESECOND = timedelta(0, 1, 0)
 CACHE_REGISTRY = {}