| Index: utils/pub/source_registry.dart
|
| diff --git a/utils/pub/source_registry.dart b/utils/pub/source_registry.dart
|
| index 4cfdf693a36555d6ab153d6a1d692ac67a2988dd..e6080e39534ef3722c211f4be67e4b0140c26013 100644
|
| --- a/utils/pub/source_registry.dart
|
| +++ b/utils/pub/source_registry.dart
|
| @@ -2,6 +2,10 @@
|
| // 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_registry');
|
| +
|
| +#import('source.dart');
|
| +
|
| /**
|
| * A class that keeps track of [Source]s used for installing packages.
|
| */
|
|
|