| Index: utils/pub/directory_tree.dart
 | 
| diff --git a/utils/pub/directory_tree.dart b/utils/pub/directory_tree.dart
 | 
| index 882965590b90e1f1ccfc03f10113b22809b1280a..25f83f091a7f3fcbf3d28ad50ad945e4ac1e21ab 100644
 | 
| --- a/utils/pub/directory_tree.dart
 | 
| +++ b/utils/pub/directory_tree.dart
 | 
| @@ -5,7 +5,8 @@
 | 
|  /// 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;
 | 
| +
 | 
|  import 'log.dart' as log;
 | 
|  
 | 
|  /// Draws a directory tree for the given list of files. Given a list of files
 | 
| 
 |