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

Unified Diff: tools/make_links.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/list_pkg_directories.py ('k') | tools/make_version.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/make_links.py
diff --git a/tools/make_links.py b/tools/make_links.py
index 0874ca8f5a6c6d67d735088560939c6e36fd6c83..b99ef6e25f17be89d82952dbe8bc3ea89851b836 100644
--- a/tools/make_links.py
+++ b/tools/make_links.py
@@ -4,7 +4,7 @@
# BSD-style license that can be found in the LICENSE file.
-'''Tool for creating symlinks from SOURCES to TARGET.
+"""Tool for creating symlinks from SOURCES to TARGET.
For each SOURCE in SOURCES create a link from SOURCE to TARGET. If a
SOURCE ends with .../lib, the lib suffix is ignored when determining
@@ -15,7 +15,7 @@ removed.
Usage:
python tools/make_links.py OPTIONS TARGET SOURCES...
-'''
+"""
import optparse
import os
« no previous file with comments | « tools/list_pkg_directories.py ('k') | tools/make_version.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698