Index: utils/pub/source.dart |
diff --git a/utils/pub/source.dart b/utils/pub/source.dart |
index 0ce005d4a264381d3794a4f0b7f193e1cae4087c..69f476cb7b9caf8bd1149016335865d94ddf35d1 100644 |
--- a/utils/pub/source.dart |
+++ b/utils/pub/source.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('source'); |
+library source; |
-#import('io.dart'); |
-#import('package.dart'); |
-#import('pubspec.dart'); |
-#import('system_cache.dart'); |
-#import('version.dart'); |
+import 'io.dart'; |
+import 'package.dart'; |
+import 'pubspec.dart'; |
+import 'system_cache.dart'; |
+import 'version.dart'; |
/** |
* A source from which to install packages. |