Fix small nits.
pylint is useful to catch errors before they go live so fix little annoyances.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3372001
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58817 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/gclient.py b/gclient.py
index 5ca7036..7e6b878 100644
--- a/gclient.py
+++ b/gclient.py
@@ -142,6 +142,7 @@
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