Update git submodules

* Update ironic-python-agent from branch 'master'
  - Merge "Replace use of functools.wraps() with six.wraps()"
  - Replace use of functools.wraps() with six.wraps()
    
    In Python 2.7, functools.wraps() does not provide the '__wrapped__'
    attribute. This attribute is used by
    oslo_utils.reflection.get_signature() when getting the signature of a
    function. If a function is decorated without the '__wrapped__'
    attribute then the signature will be of the decorator rather than the
    underlying function.
    
    From the six documentation for six.wraps():
        This is exactly the functools.wraps() decorator, but it sets the
        __wrapped__ attribute on what it decorates as functools.wraps()
        does on Python versions after 3.2.
    
    Change-Id: Ic0f7a6be9bc3e474a0229b264d1bfe6c8f7e6d85
This commit is contained in:
Zuul 2018-02-06 01:27:41 +00:00 committed by Gerrit Code Review
parent cf660f7e20
commit 3af4ecb7e2
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 56c33deb8836b8d068f4ca7514e7416ce8f1bce9
Subproject commit ca710ca69231468282f037119eb704b044841554