server/test/unittest_postgres.py
changeset 10470 374a789c8f8d
parent 10446 1e6655cff5ab
child 10522 1660a0fa4f43
equal deleted inserted replaced
10469:bd78f563e812 10470:374a789c8f8d
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 
    18 
    19 import os.path as osp
       
    20 from datetime import datetime
    19 from datetime import datetime
    21 from threading import Thread
    20 from threading import Thread
    22 
    21 
    23 from logilab.common.testlib import SkipTest
    22 from logilab.common.testlib import SkipTest
    24 
    23