Comment 3 for bug 1020792

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

Reviewed: https://review.openstack.org/9403
Committed: http://github.com/openstack/nova/commit/7b43eaa9d8075c3d05fd17d19de12793a9c09692
Submitter: Jenkins
Branch: master

commit 7b43eaa9d8075c3d05fd17d19de12793a9c09692
Author: Sean Dague <email address hidden>
Date: Thu Jul 5 16:36:34 2012 -0400

    modify hacking.py to not choke on the def of _()

    recent openstack-common brought in it's own def of _() which trips
    up our checking that all _ calls contain a message string.

    This explicitly excludes the definition of this in function from
    that check.

    Fixes LP Bug #1020792.

    Change-Id: If647d77a5ae5560935bb2e032331c34b896b8614