oslo.reports/oslo_reports/models
Stephen Finucane 1209fb97c7 Switch from 'collections' -> 'collections.abc'
Resolve the following deprecation warnings on Python 3.x:

    DeprecationWarning: Using or importing the ABCs from 'collections'
    instead of from 'collections.abc' is deprecated since Python 3.3,and
    in 3.9 it will stop working"

Note that even though we're in Ussuri, I've kept this Python 2
compatible since we haven't done all the other work to mark this
package as Python 3-only.

Change-Id: Iff4cf1871a6a91d91da03d9b79ef61e715a979cf
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2019-12-05 14:55:52 +00:00
..
__init__.py Graduation Prep: Initial Import Fixup 2015-06-03 13:46:39 -04:00
base.py Switch from 'collections' -> 'collections.abc' 2019-12-05 14:55:52 +00:00
conf.py Graduation Prep: Initial Import Fixup 2015-06-03 13:46:39 -04:00
process.py Remove psutil 1.x compat wrapping 2017-09-28 18:03:27 +02:00
threading.py Graduation Prep: Initial Import Fixup 2015-06-03 13:46:39 -04:00
version.py Graduation Prep: Initial Import Fixup 2015-06-03 13:46:39 -04:00
with_default_views.py Graduation Prep: Initial Import Fixup 2015-06-03 13:46:39 -04:00