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

Unified Diff: subprocess2.py

Issue 6690034: Add more python 2.5 compatibility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Don't force python 2.5 anymore (to be done in a separate change) Created 9 years, 9 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 | tests/fake_repos.py » ('j') | tests/owners_unittest.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: subprocess2.py
diff --git a/subprocess2.py b/subprocess2.py
index d59035b4878f008e8c7b1596cc4aefdebb67f947..ed34d3e98eebfa0c5bf7185db6d3a83d04505916 100644
--- a/subprocess2.py
+++ b/subprocess2.py
@@ -7,6 +7,7 @@
In theory you shouldn't need anything else in subprocess, or this module failed.
"""
+from __future__ import with_statement
import logging
import os
import subprocess
« no previous file with comments | « no previous file | tests/fake_repos.py » ('j') | tests/owners_unittest.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698