cubicweb/server/test/unittest_rql2sql.py
changeset 12567 26744ad37953
parent 12296 23bc9f385645
equal deleted inserted replaced
12566:6b3523f81f42 12567:26744ad37953
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """unit tests for module cubicweb.server.sources.rql2sql"""
    18 """unit tests for module cubicweb.server.sources.rql2sql"""
    19 from __future__ import print_function
       
    20 
    19 
    21 import sys
    20 import sys
    22 import unittest
    21 import unittest
    23 
    22 
    24 from logilab import database as db
    23 from logilab import database as db