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

Unified Diff: utils/pub/exit_codes.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 | « utils/pub/entrypoint.dart ('k') | utils/pub/git.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/exit_codes.dart
diff --git a/utils/pub/exit_codes.dart b/utils/pub/exit_codes.dart
index fcd8bc0e00da1f933bf07254f63cc37ed23ff9a0..fd39d15872e82c5e98edb86c3c2b4dd79f2e0fc2 100644
--- a/utils/pub/exit_codes.dart
+++ b/utils/pub/exit_codes.dart
@@ -7,7 +7,7 @@
/// appropriate for errors encountered by pub.
///
/// [manpage]: http://www.freebsd.org/cgi/man.cgi?query=sysexits
-#library('exit_codes');
+library exit_codes;
/// The command was used incorrectly.
final USAGE = 64;
« no previous file with comments | « utils/pub/entrypoint.dart ('k') | utils/pub/git.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698