Chromium Code Reviews| Index: tools/telemetry/third_party/gsutilz/third_party/retry-decorator/retry_decorator/__init__.py |
| diff --git a/tools/telemetry/third_party/gsutilz/third_party/retry-decorator/retry_decorator/__init__.py b/tools/telemetry/third_party/gsutilz/third_party/retry-decorator/retry_decorator/__init__.py |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..98e0e55e2a4759dbd73a68d8bc151e1efdaacd5d |
| --- /dev/null |
| +++ b/tools/telemetry/third_party/gsutilz/third_party/retry-decorator/retry_decorator/__init__.py |
| @@ -0,0 +1,6 @@ |
| +# -*- coding: utf-8 -*- |
| + |
| +from .retry_decorator import * |
| + |
| +__title__ = 'retry_decorator' |
| +__version__ = "1.0.0" |