| Index: sdk/lib/_internal/pub/bin/pub.dart
|
| diff --git a/sdk/lib/_internal/pub/bin/pub.dart b/sdk/lib/_internal/pub/bin/pub.dart
|
| index e19d9a03f02bc669d6f033c4472a3e2e333faa0c..06be67af4a36857eac084cfe4528b6c37cefa9f4 100644
|
| --- a/sdk/lib/_internal/pub/bin/pub.dart
|
| +++ b/sdk/lib/_internal/pub/bin/pub.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -import 'dart:async';
|
| +import 'dart:async' hide TimeoutException;
|
| import 'dart:io';
|
| import 'dart:math' as math;
|
|
|
|
|