cubicweb/test/unittest_rset.py
changeset 12304 c1538e5ac532
parent 12301 73634b5447e2
child 12491 540904e0ff0f
equal deleted inserted replaced
12303:198cb7d7b4ac 12304:c1538e5ac532
    14 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    15 # details.
    15 # details.
    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.rset"""
    20 
    20 
    21 from six import string_types
    21 from six import string_types
    22 from six.moves import cPickle as pickle
    22 from six.moves import cPickle as pickle
    23 from six.moves.urllib.parse import urlsplit
    23 from six.moves.urllib.parse import urlsplit
    24 
    24