Index: utils/pub/command_list.dart |
diff --git a/utils/pub/command_list.dart b/utils/pub/command_list.dart |
index e2a289b4dcb0a599cee04bd84ff40683661e359c..e85757c10f77a66cb2d08a911b0a27b43e68b20d 100644 |
--- a/utils/pub/command_list.dart |
+++ b/utils/pub/command_list.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_list'); |
+ |
+#import('package.dart'); |
+#import('pub.dart'); |
+ |
/** |
* Handles the `list` pub command. This is mostly just used so we can pull |
* some basic data out of pub in the integration tests. Once pub is more |