Sean McGinnis 6c951ed373
Handle collections.abc deprecations
The use of ABC classes directly from collections has been deprecated in
3.x versions of Python. The direction is to use the classes defined in
collections.abc. Python 2.7 does not have this, but Python 3.8 will be
dropping the backwards compatibility to use the old location.

Six also does not have support for this yet, so in the mean time to make
sure we don't run into issues as folks try to move to 3.8, and to get
rid of deprecation warnings in logs, this handles importing from the
preferred location and falls back if it not available.

Change-Id: I535640779da645e43ba6586308b07bf25dba7d89
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-04-03 10:08:30 -05:00
2019-02-19 13:56:42 +08:00
2013-03-14 12:04:19 -07:00
2013-05-03 17:26:07 -04:00
2013-02-17 09:25:32 +00:00
2018-06-21 13:15:22 +08:00
2017-03-03 00:02:50 +00:00
2019-02-28 15:28:42 +00:00

Team and repository tags

image

Oslo Configuration Library

Latest Version

Downloads

The Oslo configuration API supports parsing command line arguments and .ini style configuration files.

Description
OpenStack library for config
Readme 12 MiB
Languages
Python 99.8%
Shell 0.2%