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

Unified Diff: gclient.py

Issue 3372001: Fix small nits. (Closed)
Patch Set: Created 10 years, 3 months 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 | « no previous file | gclient_scm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gclient.py
diff --git a/gclient.py b/gclient.py
index 5ca7036357d05d77fa594638cfda2a0491f285b2..7e6b878fcaf6db38fe973e63a9b18c4a278a1dc3 100644
--- a/gclient.py
+++ b/gclient.py
@@ -142,6 +142,7 @@ class Dependency(GClientKeywords, gclient_utils.WorkItem):
def __init__(self, parent, name, url, safesync_url, custom_deps,
custom_vars, deps_file, should_process):
GClientKeywords.__init__(self)
+ gclient_utils.WorkItem.__init__(self)
self.parent = parent
self.name = name
self.url = url
« no previous file with comments | « no previous file | gclient_scm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698