test/unittest_rset.py
changeset 10603 65ad6980976e
parent 10602 4845012cfc8e
child 10612 84468b90e9c1
equal deleted inserted replaced
10602:4845012cfc8e 10603:65ad6980976e
    16 #
    16 #
    17 # You should have received a copy of the GNU Lesser General Public License along
    17 # You should have received a copy of the GNU Lesser General Public License along
    18 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    19 """unit tests for module cubicweb.utils"""
    19 """unit tests for module cubicweb.utils"""
    20 
    20 
    21 from urlparse import urlsplit
       
    22 
       
    23 from six.moves import cPickle as pickle
    21 from six.moves import cPickle as pickle
       
    22 from six.moves.urllib.parse import urlsplit
    24 
    23 
    25 from rql import parse
    24 from rql import parse
    26 
    25 
    27 from logilab.common.testlib import TestCase, unittest_main, mock_object
    26 from logilab.common.testlib import TestCase, unittest_main, mock_object
    28 
    27