| Index: utils/pub/pub.dart
|
| diff --git a/utils/pub/pub.dart b/utils/pub/pub.dart
|
| index 78acd2d43fbf9420ef9d89c9db48b0290a97bd68..3b7dbaec388cf765296cccc5815753e306f919f2 100644
|
| --- a/utils/pub/pub.dart
|
| +++ b/utils/pub/pub.dart
|
| @@ -13,7 +13,6 @@
|
| #import('io.dart');
|
| #import('command_help.dart');
|
| #import('command_install.dart');
|
| -#import('command_list.dart');
|
| #import('command_update.dart');
|
| #import('command_version.dart');
|
| #import('entrypoint.dart');
|
| @@ -36,7 +35,6 @@ Version get pubVersion => new Version(0, 0, 0);
|
| */
|
| Map<String, PubCommand> get pubCommands => {
|
| 'help': new HelpCommand(),
|
| - 'list': new ListCommand(),
|
| 'install': new InstallCommand(),
|
| 'update': new UpdateCommand(),
|
| 'version': new VersionCommand()
|
|
|