| Index: utils/pub/directory_tree.dart
|
| diff --git a/utils/pub/directory_tree.dart b/utils/pub/directory_tree.dart
|
| index cffff62486e303da429a2bb632a8efde201ca72c..3610e72deadfad1785c2c9a241a6bc994b3d9af5 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/path/lib/path.dart' as path;
|
| +import '../../pkg/pathos/lib/path.dart' as path;
|
| import 'log.dart' as log;
|
|
|
| /// Draws a directory tree for the given list of files. Given a list of files
|
|
|