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

Unified Diff: tests/gclient_utils_test.py

Issue 10697036: Enforce utf-8 codec on all files read and write. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 8 years, 6 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 | « gclient_utils.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gclient_utils_test.py
diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py
index 9f01c5d1e6e56dad659ae392993089bc5a4ee360..d5c0c4ba322c63bc067488e6b8b49f19fdd9a87e 100755
--- a/tests/gclient_utils_test.py
+++ b/tests/gclient_utils_test.py
@@ -37,9 +37,9 @@ class GclientUtilsUnittest(GclientUtilBase):
'PrintableObject', 'RemoveDirectory', 'RunEditor',
'SplitUrlRevision', 'SyntaxErrorToError',
'UpgradeToHttps', 'Wrapper', 'WorkItem',
- 'errno', 'lockedmethod', 'logging', 'os', 'Queue', 're', 'rmtree',
- 'safe_makedirs', 'stat', 'subprocess2', 'sys', 'tempfile', 'threading',
- 'time', 'urlparse',
+ 'codecs', 'errno', 'lockedmethod', 'logging', 'os', 'Queue', 're',
+ 'rmtree', 'safe_makedirs', 'stat', 'subprocess2', 'sys', 'tempfile',
+ 'threading', 'time', 'urlparse',
]
# If this test fails, you should add the relevant test.
self.compareMembers(gclient_utils, members)
« no previous file with comments | « gclient_utils.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698