From 4d7400397b6570d379e56279c90af4ccf1905a12 Mon Sep 17 00:00:00 2001 From: "cbentzel@chromium.org" Date: Mon, 7 Jun 2010 13:35:24 +0000 Subject: [PATCH] Fix gcl_unittest: shutil is not imported by gcl.py. Review URL: http://codereview.chromium.org/2627010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@49049 0039d316-1c4b-4281-b951-d872f2087c98 --- tests/gcl_unittest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gcl_unittest.py b/tests/gcl_unittest.py index ae2df0716..3c05c944f 100755 --- a/tests/gcl_unittest.py +++ b/tests/gcl_unittest.py @@ -50,7 +50,7 @@ class GclUnittest(GclTestsBase): 'SendToRietveld', 'TryChange', 'UnknownFiles', 'Warn', 'attrs', 'breakpad', 'defer_attributes', 'gclient_utils', 'getpass', 'main', 'need_change', 'need_change_and_args', 'no_args', 'os', - 'random', 're', 'shutil', 'string', 'subprocess', 'sys', 'tempfile', + 'random', 're', 'string', 'subprocess', 'sys', 'tempfile', 'time', 'upload', 'urllib2', ] # If this test fails, you should add the relevant test.