Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: utils/pub/command_help.dart

Issue 11093012: Update pub to use new import syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update git.dart to new import syntax. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | utils/pub/command_install.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/command_help.dart
diff --git a/utils/pub/command_help.dart b/utils/pub/command_help.dart
index 5cdde938da40854f0c09552cbe7b26f72c25b520..7fdf510944cf092bb5c35863e1ce7470c06ea7ea 100644
--- a/utils/pub/command_help.dart
+++ b/utils/pub/command_help.dart
@@ -2,9 +2,9 @@
// 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_help');
+library command_help;
-#import('pub.dart');
+import 'pub.dart';
/** Handles the `help` pub command. */
class HelpCommand extends PubCommand {
« no previous file with comments | « no previous file | utils/pub/command_install.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698