Comment 10 for bug 1726399

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

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

commit c2d1728deedf7e2ca03e6a55f4de59d4d3ab1dde
Author: Victor Stinner <email address hidden>
Date: Mon Oct 23 15:26:07 2017 +0200

    Python2: Add SimpleNamespace for Python 2

    types.SimpleNamespace was added in Python 3.3. Reimplement it in 3
    lignes to add compatibility with Python 2.7.

    Related-Bug: 1726399
    Change-Id: I1553a39ecbf315b5e89d3ec8070b15769cabb8d2