branch | tls-sprint |
changeset 1133 | 8a409ea0c9ec |
parent 438 | 69b79faefa94 |
child 1802 | d628defebc17 |
--- a/server/querier.py Mon Mar 23 17:55:59 2009 +0100 +++ b/server/querier.py Mon Mar 23 18:13:34 2009 +0100 @@ -13,8 +13,7 @@ from logilab.common.compat import any from rql import RQLHelper, RQLSyntaxError from rql.stmts import Union, Select -from rql.nodes import (Relation, VariableRef, Constant, Exists, Variable, - SubQuery) +from rql.nodes import (Relation, VariableRef, Constant, SubQuery) from cubicweb import Unauthorized, QueryError, UnknownEid, typed_eid from cubicweb import server