Index: tools/create_sdk.py |
=================================================================== |
--- tools/create_sdk.py (revision 10996) |
+++ tools/create_sdk.py (working copy) |
@@ -58,7 +58,7 @@ |
# ....pkg/ |
# ......args/ |
# ......dartdoc/ |
-# ......i18n/ |
+# ......intl/ |
# ......logging/ |
# ......(more will come here) |
# ....util/ |
@@ -410,10 +410,10 @@ |
os.makedirs(PKG) |
# |
- # Create and populate pkg/{args, i18n, logging, unittest} |
+ # Create and populate pkg/{args, intl, logging, unittest} |
# |
- for library in ['args', 'i18n', 'logging', 'unittest']: |
+ for library in ['args', 'intl', 'logging', 'unittest']: |
src_dir = join(HOME, 'pkg', library) |
dest_dir = join(PKG, library) |
os.makedirs(dest_dir) |