Index: utils/pub/pubspec.dart |
diff --git a/utils/pub/pubspec.dart b/utils/pub/pubspec.dart |
index 61e4fcc35abefb4c10cd4f8af1421739366cb6fe..6fbe647e525f9edcbc33eca0507f057a46a1ec68 100644 |
--- a/utils/pub/pubspec.dart |
+++ b/utils/pub/pubspec.dart |
@@ -2,14 +2,14 @@ |
// 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('pubspec'); |
- |
-#import('package.dart'); |
-#import('source.dart'); |
-#import('source_registry.dart'); |
-#import('utils.dart'); |
-#import('version.dart'); |
-#import('yaml/yaml.dart'); |
+library pubspec; |
+ |
+import 'package.dart'; |
+import 'source.dart'; |
+import 'source_registry.dart'; |
+import 'utils.dart'; |
+import 'version.dart'; |
+import 'yaml/yaml.dart'; |
/** |
* The parsed and validated contents of a pubspec file. |