Merge "Missing command descriptions for 'token-get' and 'endpoint-get'"

This commit is contained in:
Jenkins
2013-05-30 20:26:19 +00:00
committed by Gerrit Code Review

View File

@@ -36,6 +36,9 @@ def require_service_catalog(f):
raise Exception(msg)
return f(kc, args)
# Change __doc__ attribute back to origin function's __doc__
wrapped.__doc__ = f.__doc__
return wrapped