| Index: tools/licenses.py
|
| diff --git a/tools/licenses.py b/tools/licenses.py
|
| index c95d531e41609034e5584658ff1db07d9e4b528b..eee776e3d0a0bb57f9c499b99aea1e31805a0a7f 100755
|
| --- a/tools/licenses.py
|
| +++ b/tools/licenses.py
|
| @@ -39,6 +39,7 @@ PRUNE_PATHS = set([
|
| os.path.join('third_party','mingw-w64'),
|
| os.path.join('third_party','pefile'),
|
| os.path.join('third_party','python_26'),
|
| + os.path.join('third_party','pywebsocket'),
|
|
|
| # Stuff pulled in from chrome-internal for official builds/tools.
|
| os.path.join('third_party', 'clear_cache'),
|
|
|