Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: tools/telemetry/telemetry/util/bootstrap.py

Issue 739623005: [Telemetry] Resolve errors due to new pylint checker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ready to land Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/telemetry/telemetry/util/__init__.py ('k') | tools/telemetry/telemetry/util/classes_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « tools/telemetry/telemetry/util/__init__.py ('k') | tools/telemetry/telemetry/util/classes_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698