Index: utils/pub/package.dart |
diff --git a/utils/pub/package.dart b/utils/pub/package.dart |
index 6746d3ad9cc323783e9729c9f4afb27d4bff2005..ffc754b15d7507f4c7f189be5edcb19c4f6b0157 100644 |
--- a/utils/pub/package.dart |
+++ b/utils/pub/package.dart |
@@ -2,13 +2,13 @@ |
// 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('package'); |
+library package; |
-#import('io.dart'); |
-#import('pubspec.dart'); |
-#import('source.dart'); |
-#import('source_registry.dart'); |
-#import('version.dart'); |
+import 'io.dart'; |
+import 'pubspec.dart'; |
+import 'source.dart'; |
+import 'source_registry.dart'; |
+import 'version.dart'; |
/** |
* A named, versioned, unit of code and resource reuse. |