Comment 2 for bug 1119726

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo-incubator (master)

Reviewed: https://review.openstack.org/42843
Committed: http://github.com/openstack/oslo-incubator/commit/347f29e3f0a4012ae6b517ba8119ec8f0f6cd97f
Submitter: Jenkins
Branch: master

commit 347f29e3f0a4012ae6b517ba8119ec8f0f6cd97f
Author: Boris Pavlovic <email address hidden>
Date: Tue Aug 20 13:17:43 2013 +0400

    Use functools.wrap() instead of custom implementation

    In openstack.db.sqlalchemy.session.py:_wrap_db_err() we used
    custom implementation of functools.wrap(). So this patch remove
    custom implementation and use functools.wrap().

    Closes-Bug: #1119726

    Change-Id: Ic92658647bc37d81a819581128fec675ad545c4a