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

Unified Diff: tests/trychange_unittest.py

Issue 133933007: trychange.py: Use urllib2's urlopen() instead of urllib's. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Remove --proxy support Created 6 years, 11 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 | trychange.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/trychange_unittest.py
diff --git a/tests/trychange_unittest.py b/tests/trychange_unittest.py
index f595592080b1958fc61efac64e0b43cd9eff6a04..3e6e0b43fe122fc12967de908d2ef40221028c21 100755
--- a/tests/trychange_unittest.py
+++ b/tests/trychange_unittest.py
@@ -52,7 +52,8 @@ class TryChangeUnittest(TryChangeTestsBase):
'RunCommand', 'RunGit', 'SCM', 'SVN', 'TryChange', 'USAGE', 'breakpad',
'datetime', 'errno', 'fix_encoding', 'gcl', 'gclient_utils', 'gen_parser',
'getpass', 'itertools', 'json', 'logging', 'optparse', 'os', 'posixpath',
- 're', 'scm', 'shutil', 'subprocess2', 'sys', 'tempfile', 'urllib']
+ 're', 'scm', 'shutil', 'subprocess2', 'sys', 'tempfile', 'urllib',
+ 'urllib2']
# If this test fails, you should add the relevant test.
self.compareMembers(trychange, members)
« no previous file with comments | « no previous file | trychange.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698