| Index: utils/pub/entrypoint.dart
|
| diff --git a/utils/pub/entrypoint.dart b/utils/pub/entrypoint.dart
|
| index d3af1fa53f92055e85d854aeed926ee7909ad1ed..52fe923477a4275382a4023239370c488615927b 100644
|
| --- a/utils/pub/entrypoint.dart
|
| +++ b/utils/pub/entrypoint.dart
|
| @@ -9,9 +9,9 @@ import 'lock_file.dart';
|
| import 'package.dart';
|
| import 'root_source.dart';
|
| import 'system_cache.dart';
|
| +import 'utils.dart';
|
| import 'version.dart';
|
| import 'version_solver.dart';
|
| -import 'utils.dart';
|
|
|
| /**
|
| * Pub operates over a directed graph of dependencies that starts at a root
|
|
|