Use @wraps decorator

Use @wraps decorator from the functools library.
This calls the update_wrapper method from functools
which sets these built-in values to those of the wrapped function.

Change-Id: Ie5a6cd71db5cc645c7fc7d1a5bcad5f0bcf651fd
1 file changed