test/unittest_dbapi.py
changeset 6415 b0b0f097a72d
parent 6340 470d8e828fda
child 6427 c8a5ac2d1eaa
equal deleted inserted replaced
6413:c1a85c1ce131 6415:b0b0f097a72d
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    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 """unittest for cubicweb.dbapi"""
    19 
    19 
    20 """
       
    21 from __future__ import with_statement
    20 from __future__ import with_statement
    22 from copy import copy
    21 from copy import copy
    23 
    22 
    24 from cubicweb import ConnectionError
    23 from cubicweb import ConnectionError
    25 from cubicweb.dbapi import ProgrammingError
    24 from cubicweb.dbapi import ProgrammingError