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

Unified Diff: tools/make_version.py

Issue 350483003: Build Tools Cleanup (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: more fixes as reviewed by ricow Created 6 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 | « tools/make_links.py ('k') | tools/only_in_release_mode.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/make_version.py
diff --git a/tools/make_version.py b/tools/make_version.py
index 476ecdf037e7320a7046bce41c225c5e4f2b8cd3..ad517db1ab780fa27d82d33dcfa7683b36a0956f 100644
--- a/tools/make_version.py
+++ b/tools/make_version.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+# Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
# 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.
#
@@ -50,7 +50,7 @@ def main(args):
sys.stderr.write('--input not specified\n')
return -1
- files = [ ]
+ files = []
for arg in args:
files.append(arg)
« no previous file with comments | « tools/make_links.py ('k') | tools/only_in_release_mode.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698