| Index: utils/pub/command_update.dart
|
| diff --git a/utils/pub/command_update.dart b/utils/pub/command_update.dart
|
| index 2748c4570fb6df0454859aa03ce82aa96df66ecb..f296752b3ebb8acc7bb7c55e48c5fa22cc8ce131 100644
|
| --- a/utils/pub/command_update.dart
|
| +++ b/utils/pub/command_update.dart
|
| @@ -2,10 +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('command_update');
|
| +library command_update;
|
|
|
| -#import('entrypoint.dart');
|
| -#import('pub.dart');
|
| +import 'entrypoint.dart';
|
| +import 'pub.dart';
|
|
|
| /** Handles the `update` pub command. */
|
| class UpdateCommand extends PubCommand {
|
|
|