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

Unified Diff: gyptest.py

Issue 739303003: Cleanup pylint errors (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: it's clean now 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
Index: gyptest.py
diff --git a/gyptest.py b/gyptest.py
index 8f3ee0ffb04f299a465701b26d37d067b5f6ff8b..93aa2ee096aeb2d15700b38557c48156ee306769 100755
--- a/gyptest.py
+++ b/gyptest.py
@@ -13,7 +13,7 @@ import optparse
import subprocess
import sys
-class CommandRunner:
+class CommandRunner(object):
"""
Executor class for commands, including "commands" implemented by
Python functions.
@@ -117,7 +117,7 @@ class CommandRunner:
return self.execute(command, stdout, stderr)
-class Unbuffered:
+class Unbuffered(object):
def __init__(self, fp):
self.fp = fp
def write(self, arg):
« no previous file with comments | « buildbot/buildbot_run.py ('k') | pylib/gyp/MSVSNew.py » ('j') | pylib/gyp/MSVSSettings.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698