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

Unified Diff: compiler/generate_systemlibrary_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 | « compiler/generate_source_list.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/generate_systemlibrary_list.py
diff --git a/compiler/generate_systemlibrary_list.py b/compiler/generate_systemlibrary_list.py
index 4a0884d3f45021cad16dc0fcb4a59f21bed4dacf..1754436296568d988e02a4a852c36dafa22e33a5 100644
--- a/compiler/generate_systemlibrary_list.py
+++ b/compiler/generate_systemlibrary_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 | « compiler/generate_source_list.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698