| Index: tools/list_pkg_directories.py
|
| diff --git a/tools/list_pkg_directories.py b/tools/list_pkg_directories.py
|
| index f1b69f19623218478f3da1912f67df13f29e0ae6..4adaa6af50acb4d6b637a88a3d73731089045ce6 100644
|
| --- a/tools/list_pkg_directories.py
|
| +++ b/tools/list_pkg_directories.py
|
| @@ -1,15 +1,15 @@
|
| #!/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 the directories under pkg, with their lib directories.
|
| +"""Tool for listing the directories under pkg, with their lib directories.
|
| Used in pkg.gyp. Lists all of the directories in the directory passed in as an
|
| argument to this script which have a lib subdirectory.
|
|
|
| Usage:
|
| python tools/list_pkg_directories.py directory_to_list
|
| -'''
|
| +"""
|
|
|
| import os
|
| import sys
|
|
|