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

Unified Diff: utils/pub/directory_tree.dart

Issue 12782016: Switch pkg packages, pub, and dartdoc to use package: imports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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: utils/pub/directory_tree.dart
diff --git a/utils/pub/directory_tree.dart b/utils/pub/directory_tree.dart
index 882965590b90e1f1ccfc03f10113b22809b1280a..f0685407005cbd1212d1464137ebff1074c3e248 100644
--- a/utils/pub/directory_tree.dart
+++ b/utils/pub/directory_tree.dart
@@ -5,7 +5,7 @@
/// A simple library for rendering a list of files as a directory tree.
library directory_tree;
-import '../../pkg/pathos/lib/path.dart' as path;
+import 'package:pathos/path.dart' as path;
Bob Nystrom 2013/03/26 01:55:44 Newline.
nweiz 2013/03/26 02:09:53 Done.
import 'log.dart' as log;
/// Draws a directory tree for the given list of files. Given a list of files

Powered by Google App Engine
This is Rietveld 408576698