cubicweb/web/views/sparql.py
changeset 12567 26744ad37953
parent 11767 432f87a63057
child 12825 71a842bdf81d
equal deleted inserted replaced
12566:6b3523f81f42 12567:26744ad37953
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """SPARQL integration"""
    18 """SPARQL integration"""
    19 
    19 
    20 
    20 
    21 from cubicweb import _
    21 from cubicweb import _
    22 
       
    23 from six.moves import range
       
    24 
    22 
    25 from yams import xy
    23 from yams import xy
    26 from rql import TypeResolverException
    24 from rql import TypeResolverException
    27 
    25 
    28 from lxml import etree
    26 from lxml import etree