devtools/__init__.py
changeset 4466 8b0ca7904820
parent 4436 294e084f1263
child 4520 1d2c7b3adc39
--- a/devtools/__init__.py	Fri Feb 05 08:55:21 2010 +0100
+++ b/devtools/__init__.py	Fri Feb 05 11:54:23 2010 +0100
@@ -13,8 +13,8 @@
 from os.path import (abspath, join, exists, basename, dirname, normpath, split,
                      isfile, isabs)
 
+from logilab.common.date import strptime
 from cubicweb import CW_SOFTWARE_ROOT, ConfigurationError, schema, cwconfig
-from cubicweb.utils import strptime
 from cubicweb.server.serverconfig import ServerConfiguration
 from cubicweb.etwist.twconfig import TwistedConfiguration