| Index: tools/telemetry/telemetry/util/bootstrap.py
|
| diff --git a/tools/telemetry/telemetry/util/bootstrap.py b/tools/telemetry/telemetry/util/bootstrap.py
|
| index 545e8a8fb16165fb1e6eb1b57fbc350050dce431..8afe43ced89053626445f6bc0bd521a90d1dee36 100644
|
| --- a/tools/telemetry/telemetry/util/bootstrap.py
|
| +++ b/tools/telemetry/telemetry/util/bootstrap.py
|
| @@ -38,7 +38,7 @@ def _DownloadAndImportDAVClientModule():
|
| exec davclient_src in davclient.__dict__
|
|
|
|
|
| -class DAVClientWrapper():
|
| +class DAVClientWrapper(object):
|
| """Knows how to retrieve subdirectories and files from WebDAV/SVN servers."""
|
|
|
| def __init__(self, root_url):
|
|
|