Comment 3 for bug 1781617

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

Reviewed: https://review.openstack.org/582613
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=c58e5e02af76cad3967d22d14c63794c6d60456f
Submitter: Zuul
Branch: master

commit c58e5e02af76cad3967d22d14c63794c6d60456f
Author: Corey Bryant <email address hidden>
Date: Fri Jul 13 09:20:04 2018 -0400

    Rename async package to async_

    In Python 3.7, "async" is a keyword. To prevent it from
    conflicting, rename the async package to async_.

    Change-Id: I1eaf87eedb86679d9ca9323aac05f0770c33efea
    Closes-Bug: #1781617