| Index: tools/publish_all_pkgs.py
|
| ===================================================================
|
| --- tools/publish_all_pkgs.py (revision 21973)
|
| +++ tools/publish_all_pkgs.py (working copy)
|
| @@ -21,7 +21,7 @@
|
| pkgs_to_publish = []
|
| for name in os.listdir('pkg'):
|
| if os.path.isdir(os.path.join('pkg', name)):
|
| - if (name != '.svn' and name != 'fixnum' and name != 'expect':
|
| + if (name != '.svn' and name != 'fixnum' and name != 'expect'):
|
| pkgs_to_publish.append(os.path.join('pkg', name))
|
|
|
| # Publish dart2js as an "unsupported" package.
|
|
|