cubicweb/test/unittest_uilib.py
changeset 11767 432f87a63057
parent 11078 de4367ef4e5e
child 11909 244cd7f407b8
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    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 """unittests for cubicweb.uilib"""
    19 """unittests for cubicweb.uilib"""
    20 
    20 
    21 __docformat__ = "restructuredtext en"
    21 
    22 
    22 
    23 
    23 
    24 import doctest
    24 import doctest
    25 import pkg_resources
    25 import pkg_resources
    26 
    26