server/session.py
changeset 2603 e47d63351891
parent 2589 92f2bc945261
child 2604 6b55a2a81fd8
equal deleted inserted replaced
2602:7bfa83772d90 2603:e47d63351891
    38     description = []
    38     description = []
    39     for term in selected:
    39     for term in selected:
    40         description.append(term.get_type(solution, args))
    40         description.append(term.get_type(solution, args))
    41     return description
    41     return description
    42 
    42 
    43 from rql import stmts
       
    44 assert hasattr(stmts.Union, 'get_variable_variables'), "You need RQL > 0.18.3"
       
    45 
    43 
    46 class Session(RequestSessionMixIn):
    44 class Session(RequestSessionMixIn):
    47     """tie session id, user, connections pool and other session data all
    45     """tie session id, user, connections pool and other session data all
    48     together
    46     together
    49     """
    47     """