Chromium Code Reviews| Index: utils/pub/package.dart |
| diff --git a/utils/pub/package.dart b/utils/pub/package.dart |
| index b8ee759211036ee26143f952aa0dab7e395bfc68..17998fc5aaf2e5a9c83c64a3ee101eb8f33d38dd 100644 |
| --- a/utils/pub/package.dart |
| +++ b/utils/pub/package.dart |
| @@ -5,6 +5,7 @@ |
| library package; |
| import 'io.dart'; |
| +import 'path.dart' as path; |
|
Bob Nystrom
2012/12/08 03:36:53
Is this being used here?
nweiz
2012/12/08 03:43:45
Nope, removed.
|
| import 'pubspec.dart'; |
| import 'source.dart'; |
| import 'source_registry.dart'; |