server/test/unittest_repository.py
changeset 1977 606923dff11b
parent 1954 9b20f3504af8
child 2200 25bb65dc4559
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 # -*- coding: iso-8859-1 -*-
     1 # -*- coding: iso-8859-1 -*-
     2 """unit tests for module cubicweb.server.repository"""
     2 """unit tests for module cubicweb.server.repository
       
     3 
       
     4 :organization: Logilab
       
     5 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
       
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     7 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
       
     8 """
     3 
     9 
     4 import os
    10 import os
     5 import sys
    11 import sys
     6 import threading
    12 import threading
     7 import time
    13 import time