Index: utils/pub/command_version.dart |
diff --git a/utils/pub/command_version.dart b/utils/pub/command_version.dart |
index cf19d26c06f2eb200df5bf309968c7b981259fd9..a11e2dbb5ebc435292ee3ed24a06723e2c56f5a4 100644 |
--- a/utils/pub/command_version.dart |
+++ b/utils/pub/command_version.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_version'); |
+library command_version; |
-#import('pub.dart'); |
+import 'pub.dart'; |
/** Handles the `version` pub command. */ |
class VersionCommand extends PubCommand { |