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

Unified Diff: sdk/lib/_internal/pub/lib/src/directory_tree.dart

Issue 18356011: Rename "pathos" package to "path". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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
Index: sdk/lib/_internal/pub/lib/src/directory_tree.dart
diff --git a/sdk/lib/_internal/pub/lib/src/directory_tree.dart b/sdk/lib/_internal/pub/lib/src/directory_tree.dart
index 7a5f953b02046ca9ae07d27f6a6bc50c6e32de5a..1f07bc736d17ef61bc72603027b5e070e2d097b6 100644
--- a/sdk/lib/_internal/pub/lib/src/directory_tree.dart
+++ b/sdk/lib/_internal/pub/lib/src/directory_tree.dart
@@ -5,7 +5,7 @@
/// A simple library for rendering a list of files as a directory tree.
library pub.directory_tree;
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
import 'log.dart' as log;

Powered by Google App Engine
This is Rietveld 408576698