Chromium Code Reviews| 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 |