Update git submodules

* Update oslo.config from branch 'master'
  - 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>
This commit is contained in:
Sean McGinnis 2019-04-03 10:08:30 -05:00 committed by Gerrit Code Review
parent 95d97c764d
commit b5c6365a87
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit c6631d3825127f59a47e4986c735b1c4820eb750
Subproject commit 6c951ed373f443727a8ea2d10d346ad769285aa2