appobject.py
branchtls-sprint
changeset 1174 7dac5aeafb86
parent 1144 654047cd0c30
child 1282 272d8ec6f308
equal deleted inserted replaced
1173:8f123fd081f4 1174:7dac5aeafb86
    14 from logilab.common.deprecation import obsolete
    14 from logilab.common.deprecation import obsolete
    15 
    15 
    16 from rql.nodes import VariableRef, SubQuery
    16 from rql.nodes import VariableRef, SubQuery
    17 from rql.stmts import Union, Select
    17 from rql.stmts import Union, Select
    18 
    18 
    19 from cubicweb import Unauthorized
    19 from cubicweb import Unauthorized, NoSelectableObject
    20 from cubicweb.vregistry import VObject, AndSelector
    20 from cubicweb.vregistry import VObject, AndSelector
    21 from cubicweb.selectors import yes
    21 from cubicweb.selectors import yes
    22 from cubicweb.utils import UStringIO, ustrftime
    22 from cubicweb.utils import UStringIO, ustrftime
    23 
    23 
    24 ONESECOND = timedelta(0, 1, 0)
    24 ONESECOND = timedelta(0, 1, 0)