appobject.py
changeset 2001 c6bb482f40c6
parent 1985 9c1db4e06095
child 2002 031414d88003
equal deleted inserted replaced
2000:bcb9a55a89e0 2001:c6bb482f40c6
    16 from rql.stmts import Union, Select
    16 from rql.stmts import Union, Select
    17 
    17 
    18 from cubicweb import Unauthorized, NoSelectableObject
    18 from cubicweb import Unauthorized, NoSelectableObject
    19 from cubicweb.vregistry import VObject, AndSelector
    19 from cubicweb.vregistry import VObject, AndSelector
    20 from cubicweb.selectors import yes
    20 from cubicweb.selectors import yes
    21 from cubicweb.utils import UStringIO, ustrftime
    21 from cubicweb.utils import UStringIO, ustrftime, strptime, todate, todatetime
    22 
    22 
    23 ONESECOND = timedelta(0, 1, 0)
    23 ONESECOND = timedelta(0, 1, 0)
    24 
    24 
    25 class Cache(dict):
    25 class Cache(dict):
    26     def __init__(self):
    26     def __init__(self):