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

Unified Diff: compiler/generate_source_list.py

Issue 8394006: Import with keyword for 2.5 python as well as backport os.path.relpath() from python unittest2 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Backing out tools change Created 9 years, 2 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 | compiler/generate_systemlibrary_list.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/generate_source_list.py
diff --git a/compiler/generate_source_list.py b/compiler/generate_source_list.py
index 02a48bedf5f490b753bf0d355915bfa5af94e7d8..df7e029973128d31284d0aca4b107df0d7129ef4 100644
--- a/compiler/generate_source_list.py
+++ b/compiler/generate_source_list.py
@@ -3,6 +3,7 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
+from __future__ import with_statement
import StringIO
import os
import sys
« no previous file with comments | « no previous file | compiler/generate_systemlibrary_list.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698