goa/test/unittest_db.py
changeset 1977 606923dff11b
parent 1802 d628defebc17
child 4212 ab6573088b4a
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
       
     2 """
       
     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 """
     2 from cubicweb.goa.testlib import *
     9 from cubicweb.goa.testlib import *
     3 
    10 
     4 from cubicweb import Binary
    11 from cubicweb import Binary
     5 from cubicweb.goa.goaconfig import GAEConfiguration
    12 from cubicweb.goa.goaconfig import GAEConfiguration
     6 from cubicweb.server.utils import crypt_password
    13 from cubicweb.server.utils import crypt_password