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

Unified Diff: tools/list_files.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/get_archive.py ('k') | tools/list_pkg_directories.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/list_files.py
diff --git a/tools/list_files.py b/tools/list_files.py
index e94443bb59f3b548f921f23c6af4254f0ae5eea3..73f25489ff3b7a93292f87823d4a57dc75625b30 100644
--- a/tools/list_files.py
+++ b/tools/list_files.py
@@ -1,13 +1,13 @@
#!/usr/bin/env python
-# Copyright (c) 2012, 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.
-'''Tool for listing files whose name match a pattern.
+"""Tool for listing files whose name match a pattern.
Usage:
python tools/list_files.py PATTERN DIRECTORY...
-'''
+"""
import os
import re
« no previous file with comments | « tools/get_archive.py ('k') | tools/list_pkg_directories.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698