Index: utils/pub/command_help.dart |
diff --git a/utils/pub/command_help.dart b/utils/pub/command_help.dart |
index 5cdde938da40854f0c09552cbe7b26f72c25b520..7fdf510944cf092bb5c35863e1ce7470c06ea7ea 100644 |
--- a/utils/pub/command_help.dart |
+++ b/utils/pub/command_help.dart |
@@ -2,9 +2,9 @@ |
// 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_help'); |
+library command_help; |
-#import('pub.dart'); |
+import 'pub.dart'; |
/** Handles the `help` pub command. */ |
class HelpCommand extends PubCommand { |