| Index: utils/pub/entrypoint.dart
|
| diff --git a/utils/pub/entrypoint.dart b/utils/pub/entrypoint.dart
|
| index a190c1ba3cdb6be618a7f8a270ffc4909d47a96c..8628af91933852d5d690c8fa3811854380338c08 100644
|
| --- a/utils/pub/entrypoint.dart
|
| +++ b/utils/pub/entrypoint.dart
|
| @@ -17,7 +17,7 @@ import 'sdk.dart' as sdk;
|
| import 'system_cache.dart';
|
| import 'utils.dart';
|
| import 'version.dart';
|
| -import 'version_solver.dart';
|
| +import 'version_solver2.dart';
|
|
|
| /// Pub operates over a directed graph of dependencies that starts at a root
|
| /// "entrypoint" package. This is typically the package where the current
|
|
|