| Index: utils/pub/root_source.dart
|
| diff --git a/utils/pub/root_source.dart b/utils/pub/root_source.dart
|
| index 26e948fdfa8e8e71c196e324d56e431144b7827d..7fc9784fe0f67d1fc04d70b0e3165a37115c591a 100644
|
| --- a/utils/pub/root_source.dart
|
| +++ b/utils/pub/root_source.dart
|
| @@ -2,11 +2,11 @@
|
| // 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('root_source');
|
| +library root_source;
|
|
|
| -#import('package.dart');
|
| -#import('pubspec.dart');
|
| -#import('source.dart');
|
| +import 'package.dart';
|
| +import 'pubspec.dart';
|
| +import 'source.dart';
|
|
|
| /**
|
| * A source used only for the root package when doing version resolution. It
|
|
|