Comment 9 for bug 1726399

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to ospurge (master)

Reviewed: https://review.openstack.org/514320
Committed: https://git.openstack.org/cgit/openstack/ospurge/commit/?id=67fc801e699d8b19031b5b91c30017e6541a61d7
Submitter: Zuul
Branch: master

commit 67fc801e699d8b19031b5b91c30017e6541a61d7
Author: Victor Stinner <email address hidden>
Date: Mon Oct 23 15:46:36 2017 +0200

    Python2: Use __name__ rather than __qualname__

    The __qualname__ attribute was added in Python 3. Falls back on
    __name__ for Python 2 compatibility, when __qualname__ is not
    available.

    Related-Bug: 1726399
    Change-Id: I19d07dc978250e5340327f05ea6ab62ac55489ed