ironic-tempest-plugin/ironic_tempest_plugin/services
John L. Villalovos d88fe9f3b0 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: Ic1c3e27e1578c914a86a2faf694c72dfdbfbda18
2018-02-08 09:17:45 +00:00
..
baremetal Replace use of functools.wraps() with six.wraps() 2018-02-08 09:17:45 +00:00
__init__.py Provide __init__.py to make all modules importable 2017-12-12 12:15:31 +01:00
introspection_client.py Remove unused "service" argument from tempest client manager 2017-01-05 12:08:39 +01:00