Chromium Code Reviews| Index: utils/pub/command_lish.dart |
| diff --git a/utils/pub/command_lish.dart b/utils/pub/command_lish.dart |
| index 3895232a1cffaba57cfbd0265845831d5fa9eb7b..e47339ad3e86e2e1e5a6d4b947026977c28e6dfc 100644 |
| --- a/utils/pub/command_lish.dart |
| +++ b/utils/pub/command_lish.dart |
| @@ -10,10 +10,11 @@ import 'dart:uri'; |
| import '../../pkg/args/lib/args.dart'; |
| import '../../pkg/http/lib/http.dart' as http; |
| -import 'pub.dart'; |
| -import 'io.dart'; |
| import 'git.dart' as git; |
| +import 'io.dart'; |
| import 'oauth2.dart' as oauth2; |
| +import 'path.dart' as path; |
|
Bob Nystrom
2012/12/08 03:36:53
Do you need path here? I don't see any uses of it
nweiz
2012/12/08 03:43:45
Good catch. I probably changed something to use pa
|
| +import 'pub.dart'; |
| import 'validator.dart'; |
| // TODO(nweiz): Make "publish" the primary name for this command. See issue |