appobject.py
changeset 2001 c6bb482f40c6
parent 1985 9c1db4e06095
child 2002 031414d88003
--- a/appobject.py	Fri May 29 12:04:23 2009 +0200
+++ b/appobject.py	Fri May 29 13:34:06 2009 +0200
@@ -18,7 +18,7 @@
 from cubicweb import Unauthorized, NoSelectableObject
 from cubicweb.vregistry import VObject, AndSelector
 from cubicweb.selectors import yes
-from cubicweb.utils import UStringIO, ustrftime
+from cubicweb.utils import UStringIO, ustrftime, strptime, todate, todatetime
 
 ONESECOND = timedelta(0, 1, 0)