test/unittest_utils.py
changeset 1977 606923dff11b
parent 1802 d628defebc17
child 2635 c94df21f7ab2
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 """unit tests for module cubicweb.common.utils"""
     1 """unit tests for module cubicweb.common.utils
       
     2 
       
     3 :organization: Logilab
       
     4 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
       
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
       
     7 """
     2 
     8 
     3 from logilab.common.testlib import TestCase, unittest_main
     9 from logilab.common.testlib import TestCase, unittest_main
     4 
    10 
     5 from cubicweb.common.utils import make_uid, UStringIO, SizeConstrainedList
    11 from cubicweb.common.utils import make_uid, UStringIO, SizeConstrainedList
     6 
    12