equal
deleted
inserted
replaced
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 |
20 from cubicweb.vregistry import VObject |
20 from cubicweb.vregistry import VObject |
|
21 from cubicweb.selectors import yes |
21 from cubicweb.common.utils import UStringIO |
22 from cubicweb.common.utils import UStringIO |
22 from cubicweb.common.uilib import html_escape, ustrftime |
23 from cubicweb.common.uilib import html_escape, ustrftime |
23 from cubicweb.common.registerers import yes_registerer, priority_registerer |
24 from cubicweb.common.registerers import yes_registerer, priority_registerer |
24 from cubicweb.common.selectors import yes |
|
25 |
25 |
26 |
26 |
27 |
27 |
28 class Cache(dict): |
28 class Cache(dict): |
29 def __init__(self): |
29 def __init__(self): |