Index: utils/pub/git_source.dart |
diff --git a/utils/pub/git_source.dart b/utils/pub/git_source.dart |
index 27ff5af776fd2ac598f6f0ac17814272294c0899..3530de629f917f9091a41409cca2e9ebdb53e336 100644 |
--- a/utils/pub/git_source.dart |
+++ b/utils/pub/git_source.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('git_source'); |
- |
-#import('git.dart', prefix: 'git'); |
-#import('io.dart'); |
-#import('package.dart'); |
-#import('source.dart'); |
-#import('source_registry.dart'); |
-#import('utils.dart'); |
+library git_source; |
+ |
+import 'git.dart' as git; |
+import 'io.dart'; |
+import 'package.dart'; |
+import 'source.dart'; |
+import 'source_registry.dart'; |
+import 'utils.dart'; |
/** |
* A package source that installs packages from Git repos. |