Index: utils/pub/command_install.dart |
diff --git a/utils/pub/command_install.dart b/utils/pub/command_install.dart |
index a1c20992af04814038ccd0489f5dd67e3a6015da..433b7725df83c12d983af194ec0a2c66f3f05020 100644 |
--- a/utils/pub/command_install.dart |
+++ b/utils/pub/command_install.dart |
@@ -2,6 +2,11 @@ |
// 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. |
+#library('command_install'); |
+ |
+#import('entrypoint.dart'); |
+#import('pub.dart'); |
+ |
/** Handles the `install` pub command. */ |
class InstallCommand extends PubCommand { |
String get description() => "install the current package's dependencies"; |