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

Unified Diff: utils/pub/package.dart

Issue 11475046: Add Bob's path library to pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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
Index: utils/pub/package.dart
diff --git a/utils/pub/package.dart b/utils/pub/package.dart
index b8ee759211036ee26143f952aa0dab7e395bfc68..17998fc5aaf2e5a9c83c64a3ee101eb8f33d38dd 100644
--- a/utils/pub/package.dart
+++ b/utils/pub/package.dart
@@ -5,6 +5,7 @@
library package;
import 'io.dart';
+import 'path.dart' as path;
Bob Nystrom 2012/12/08 03:36:53 Is this being used here?
nweiz 2012/12/08 03:43:45 Nope, removed.
import 'pubspec.dart';
import 'source.dart';
import 'source_registry.dart';

Powered by Google App Engine
This is Rietveld 408576698