Index: utils/pub/command_install.dart |
diff --git a/utils/pub/command_install.dart b/utils/pub/command_install.dart |
index 92266759868682c887ceefac39d42dbcde9cc168..c14884e29c387f3fbaada86a1c4030d42b0544f0 100644 |
--- a/utils/pub/command_install.dart |
+++ b/utils/pub/command_install.dart |
@@ -2,10 +2,10 @@ |
// 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'); |
+library command_install; |
-#import('entrypoint.dart'); |
-#import('pub.dart'); |
+import 'entrypoint.dart'; |
+import 'pub.dart'; |
/** Handles the `install` pub command. */ |
class InstallCommand extends PubCommand { |