From 6192b3d69f6d1939fb6ed28c1e755b76c0ea38c1 Mon Sep 17 00:00:00 2001
From: "rnystrom@google.com" <rnystrom@google.com>
Date: Fri, 12 Jul 2013 17:54:48 +0000
Subject: [PATCH] Rename "pathos" package to "path".

R=ajohnsen@google.com

Review URL: https://codereview.chromium.org//18356011

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24964 260f80e4-7a28-3924-810f-c04153c831b5
---
 bin/pub.dart                                                  | 2 +-
 lib/src/command.dart                                          | 2 +-
 lib/src/command/deploy.dart                                   | 2 +-
 lib/src/command/lish.dart                                     | 2 +-
 lib/src/command/uploader.dart                                 | 2 +-
 lib/src/dart.dart                                             | 2 +-
 lib/src/directory_tree.dart                                   | 2 +-
 lib/src/entrypoint.dart                                       | 2 +-
 lib/src/io.dart                                               | 2 +-
 lib/src/oauth2.dart                                           | 2 +-
 lib/src/package.dart                                          | 2 +-
 lib/src/pubspec.dart                                          | 2 +-
 lib/src/sdk.dart                                              | 2 +-
 lib/src/source.dart                                           | 2 +-
 lib/src/source/git.dart                                       | 2 +-
 lib/src/source/hosted.dart                                    | 2 +-
 lib/src/source/path.dart                                      | 2 +-
 lib/src/system_cache.dart                                     | 2 +-
 lib/src/utils.dart                                            | 2 +-
 lib/src/validator/compiled_dartdoc.dart                       | 2 +-
 lib/src/validator/directory.dart                              | 2 +-
 lib/src/validator/lib.dart                                    | 2 +-
 lib/src/validator/license.dart                                | 2 +-
 lib/src/validator/name.dart                                   | 2 +-
 lib/src/validator/utf8_readme.dart                            | 2 +-
 .../deploy/compiles_dart_entrypoints_to_dart_and_js_test.dart | 2 +-
 test/deploy/copies_browser_js_next_to_entrypoints_test.dart   | 2 +-
 test/deploy/copies_non_dart_files_to_deploy_test.dart         | 2 +-
 test/deploy/ignores_non_entrypoint_dart_files_test.dart       | 2 +-
 test/deploy/reports_dart_parse_errors_test.dart               | 2 +-
 test/descriptor/git.dart                                      | 2 +-
 test/descriptor/tar.dart                                      | 2 +-
 test/dev_dependency_test.dart                                 | 2 +-
 test/install/broken_symlink_test.dart                         | 2 +-
 test/install/git/lock_version_test.dart                       | 2 +-
 test/install/hosted/cached_pubspec_test.dart                  | 2 +-
 test/install/hosted/repair_cache_test.dart                    | 2 +-
 test/install/hosted/stay_locked_test.dart                     | 2 +-
 test/install/path/absolute_path_test.dart                     | 2 +-
 test/install/path/absolute_symlink_test.dart                  | 2 +-
 test/install/path/no_pubspec_test.dart                        | 2 +-
 test/install/path/nonexistent_dir_test.dart                   | 2 +-
 test/install/path/path_is_file_test.dart                      | 2 +-
 test/install/path/relative_path_test.dart                     | 2 +-
 test/install/path/relative_symlink_test.dart                  | 2 +-
 test/install/path/shared_dependency_symlink_test.dart         | 2 +-
 test/install/path/shared_dependency_test.dart                 | 2 +-
 test/io_test.dart                                             | 2 +-
 test/package_files_test.dart                                  | 2 +-
 test/real_version_test.dart                                   | 2 +-
 test/test_pub.dart                                            | 4 ++--
 test/validator/dependency_test.dart                           | 2 +-
 test/validator/directory_test.dart                            | 2 +-
 test/validator/lib_test.dart                                  | 2 +-
 test/validator/license_test.dart                              | 2 +-
 test/validator/name_test.dart                                 | 2 +-
 56 files changed, 57 insertions(+), 57 deletions(-)

diff --git a/bin/pub.dart b/bin/pub.dart
index 5c893e1d..99278062 100644
--- a/bin/pub.dart
+++ b/bin/pub.dart
@@ -7,7 +7,7 @@ import 'dart:io';
 import 'dart:math' as math;
 
 import 'package:args/args.dart';
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../lib/src/command.dart';
 import '../lib/src/exit_codes.dart' as exit_codes;
diff --git a/lib/src/command.dart b/lib/src/command.dart
index 6b5f63d7..8e3f9b5b 100644
--- a/lib/src/command.dart
+++ b/lib/src/command.dart
@@ -8,7 +8,7 @@ import 'dart:io';
 import 'dart:async';
 
 import 'package:args/args.dart';
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import 'command/cache.dart';
 import 'command/deploy.dart';
diff --git a/lib/src/command/deploy.dart b/lib/src/command/deploy.dart
index da4dfb9d..6f578ee7 100644
--- a/lib/src/command/deploy.dart
+++ b/lib/src/command/deploy.dart
@@ -8,7 +8,7 @@ import 'dart:async';
 import 'dart:math' as math;
 
 import 'package:analyzer_experimental/analyzer.dart';
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../command.dart';
 import '../dart.dart' as dart;
diff --git a/lib/src/command/lish.dart b/lib/src/command/lish.dart
index 37215228..c44eeeb8 100644
--- a/lib/src/command/lish.dart
+++ b/lib/src/command/lish.dart
@@ -10,7 +10,7 @@ import 'dart:json';
 
 import 'package:args/args.dart';
 import 'package:http/http.dart' as http;
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../command.dart';
 import '../directory_tree.dart';
diff --git a/lib/src/command/uploader.dart b/lib/src/command/uploader.dart
index 0bae108e..8ecdd38a 100644
--- a/lib/src/command/uploader.dart
+++ b/lib/src/command/uploader.dart
@@ -8,7 +8,7 @@ import 'dart:async';
 import 'dart:io';
 
 import 'package:args/args.dart';
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../command.dart';
 import '../entrypoint.dart';
diff --git a/lib/src/dart.dart b/lib/src/dart.dart
index 5c27f091..c912fab9 100644
--- a/lib/src/dart.dart
+++ b/lib/src/dart.dart
@@ -10,7 +10,7 @@ import 'dart:io';
 import 'dart:math' as math;
 
 import 'package:analyzer_experimental/analyzer.dart';
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import '../../../compiler/compiler.dart' as compiler;
 import '../../../compiler/implementation/mirrors/dart2js_mirror.dart' as dart2js
     show analyze, Dart2JsMirrorSystem;
diff --git a/lib/src/directory_tree.dart b/lib/src/directory_tree.dart
index 7a5f953b..1f07bc73 100644
--- a/lib/src/directory_tree.dart
+++ b/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;
 
diff --git a/lib/src/entrypoint.dart b/lib/src/entrypoint.dart
index b2c47c2f..1f09a3a1 100644
--- a/lib/src/entrypoint.dart
+++ b/lib/src/entrypoint.dart
@@ -6,7 +6,7 @@ library pub.entrypoint;
 
 import 'dart:async';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import 'git.dart' as git;
 import 'io.dart';
diff --git a/lib/src/io.dart b/lib/src/io.dart
index 66477f5e..4e6b695d 100644
--- a/lib/src/io.dart
+++ b/lib/src/io.dart
@@ -11,7 +11,7 @@ import 'dart:io';
 import 'dart:isolate';
 import 'dart:json';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:http/http.dart' show ByteStream;
 import 'error_group.dart';
 import 'exit_codes.dart' as exit_codes;
diff --git a/lib/src/oauth2.dart b/lib/src/oauth2.dart
index 66e5f881..f88c3d6e 100644
--- a/lib/src/oauth2.dart
+++ b/lib/src/oauth2.dart
@@ -8,7 +8,7 @@ import 'dart:async';
 import 'dart:io';
 
 import 'package:oauth2/oauth2.dart';
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import 'http.dart';
 import 'io.dart';
diff --git a/lib/src/package.dart b/lib/src/package.dart
index 29798494..6f1be0b4 100644
--- a/lib/src/package.dart
+++ b/lib/src/package.dart
@@ -6,7 +6,7 @@ library pub.package;
 
 import 'dart:async';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import 'io.dart';
 import 'pubspec.dart';
diff --git a/lib/src/pubspec.dart b/lib/src/pubspec.dart
index 3a7738ec..6da96ba6 100644
--- a/lib/src/pubspec.dart
+++ b/lib/src/pubspec.dart
@@ -5,7 +5,7 @@
 library pub.pubspec;
 
 import 'package:yaml/yaml.dart';
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import 'io.dart';
 import 'package.dart';
diff --git a/lib/src/sdk.dart b/lib/src/sdk.dart
index 8f86ab42..65aaef60 100644
--- a/lib/src/sdk.dart
+++ b/lib/src/sdk.dart
@@ -7,7 +7,7 @@ library pub.sdk;
 
 import 'dart:io';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import 'io.dart';
 import 'log.dart' as log;
diff --git a/lib/src/source.dart b/lib/src/source.dart
index 4557fa1f..66428f50 100644
--- a/lib/src/source.dart
+++ b/lib/src/source.dart
@@ -6,7 +6,7 @@ library pub.source;
 
 import 'dart:async';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import 'io.dart';
 import 'package.dart';
diff --git a/lib/src/source/git.dart b/lib/src/source/git.dart
index c623cdbe..262efc2f 100644
--- a/lib/src/source/git.dart
+++ b/lib/src/source/git.dart
@@ -6,7 +6,7 @@ library pub.source.git;
 
 import 'dart:async';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../git.dart' as git;
 import '../io.dart';
diff --git a/lib/src/source/hosted.dart b/lib/src/source/hosted.dart
index f69924f8..097ec685 100644
--- a/lib/src/source/hosted.dart
+++ b/lib/src/source/hosted.dart
@@ -9,7 +9,7 @@ import 'dart:io' as io;
 import 'dart:json' as json;
 
 import 'package:http/http.dart' as http;
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../http.dart';
 import '../io.dart';
diff --git a/lib/src/source/path.dart b/lib/src/source/path.dart
index a8a5306f..809481e5 100644
--- a/lib/src/source/path.dart
+++ b/lib/src/source/path.dart
@@ -7,7 +7,7 @@ library pub.source.path;
 import 'dart:async';
 import 'dart:io';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../log.dart' as log;
 
diff --git a/lib/src/system_cache.dart b/lib/src/system_cache.dart
index 08f031dd..b1cd1acb 100644
--- a/lib/src/system_cache.dart
+++ b/lib/src/system_cache.dart
@@ -7,7 +7,7 @@ library pub.system_cache;
 import 'dart:io';
 import 'dart:async';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import 'io.dart';
 import 'io.dart' as io show createTempDir;
diff --git a/lib/src/utils.dart b/lib/src/utils.dart
index e9eb5637..6f9e4f1e 100644
--- a/lib/src/utils.dart
+++ b/lib/src/utils.dart
@@ -12,7 +12,7 @@ import 'dart:json' as json;
 import 'dart:mirrors';
 
 import "package:crypto/crypto.dart";
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 /// A pair of values.
 class Pair<E, F> {
diff --git a/lib/src/validator/compiled_dartdoc.dart b/lib/src/validator/compiled_dartdoc.dart
index 94f7031f..3eaeec35 100644
--- a/lib/src/validator/compiled_dartdoc.dart
+++ b/lib/src/validator/compiled_dartdoc.dart
@@ -6,7 +6,7 @@ library pub.validator.compiled_dartdoc;
 
 import 'dart:async';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../entrypoint.dart';
 import '../io.dart';
diff --git a/lib/src/validator/directory.dart b/lib/src/validator/directory.dart
index 30f4ddd1..65ad909b 100644
--- a/lib/src/validator/directory.dart
+++ b/lib/src/validator/directory.dart
@@ -6,7 +6,7 @@ library pub.validator.directory;
 
 import 'dart:async';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../entrypoint.dart';
 import '../io.dart';
diff --git a/lib/src/validator/lib.dart b/lib/src/validator/lib.dart
index 42d63664..5a89359e 100644
--- a/lib/src/validator/lib.dart
+++ b/lib/src/validator/lib.dart
@@ -7,7 +7,7 @@ library pub.validator.lib;
 import 'dart:async';
 import 'dart:io';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../entrypoint.dart';
 import '../io.dart';
diff --git a/lib/src/validator/license.dart b/lib/src/validator/license.dart
index 844c223b..e606752f 100644
--- a/lib/src/validator/license.dart
+++ b/lib/src/validator/license.dart
@@ -6,7 +6,7 @@ library pub.validator.license;
 
 import 'dart:async';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../entrypoint.dart';
 import '../io.dart';
diff --git a/lib/src/validator/name.dart b/lib/src/validator/name.dart
index 8df191a7..8e79ac15 100644
--- a/lib/src/validator/name.dart
+++ b/lib/src/validator/name.dart
@@ -7,7 +7,7 @@ library pub.validator.name;
 import 'dart:async';
 import 'dart:io';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../entrypoint.dart';
 import '../io.dart';
diff --git a/lib/src/validator/utf8_readme.dart b/lib/src/validator/utf8_readme.dart
index 2ae7ad33..1984ec8d 100644
--- a/lib/src/validator/utf8_readme.dart
+++ b/lib/src/validator/utf8_readme.dart
@@ -7,7 +7,7 @@ library pub.validator.utf8_readme;
 import 'dart:async';
 import 'dart:utf';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../entrypoint.dart';
 import '../io.dart';
diff --git a/test/deploy/compiles_dart_entrypoints_to_dart_and_js_test.dart b/test/deploy/compiles_dart_entrypoints_to_dart_and_js_test.dart
index 0f8bfeba..0f626b13 100644
--- a/test/deploy/compiles_dart_entrypoints_to_dart_and_js_test.dart
+++ b/test/deploy/compiles_dart_entrypoints_to_dart_and_js_test.dart
@@ -2,7 +2,7 @@
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE file.
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_test.dart';
 
 import '../descriptor.dart' as d;
diff --git a/test/deploy/copies_browser_js_next_to_entrypoints_test.dart b/test/deploy/copies_browser_js_next_to_entrypoints_test.dart
index e6f007c5..9ab87519 100644
--- a/test/deploy/copies_browser_js_next_to_entrypoints_test.dart
+++ b/test/deploy/copies_browser_js_next_to_entrypoints_test.dart
@@ -4,7 +4,7 @@
 
 import 'dart:json' as json;
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_test.dart';
 
 import '../descriptor.dart' as d;
diff --git a/test/deploy/copies_non_dart_files_to_deploy_test.dart b/test/deploy/copies_non_dart_files_to_deploy_test.dart
index e252f944..0288b6f0 100644
--- a/test/deploy/copies_non_dart_files_to_deploy_test.dart
+++ b/test/deploy/copies_non_dart_files_to_deploy_test.dart
@@ -2,7 +2,7 @@
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE file.
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../descriptor.dart' as d;
 import '../test_pub.dart';
diff --git a/test/deploy/ignores_non_entrypoint_dart_files_test.dart b/test/deploy/ignores_non_entrypoint_dart_files_test.dart
index f435377c..e6875088 100644
--- a/test/deploy/ignores_non_entrypoint_dart_files_test.dart
+++ b/test/deploy/ignores_non_entrypoint_dart_files_test.dart
@@ -2,7 +2,7 @@
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE file.
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_test.dart';
 
 import '../descriptor.dart' as d;
diff --git a/test/deploy/reports_dart_parse_errors_test.dart b/test/deploy/reports_dart_parse_errors_test.dart
index 95ff7d88..4f7f7d6c 100644
--- a/test/deploy/reports_dart_parse_errors_test.dart
+++ b/test/deploy/reports_dart_parse_errors_test.dart
@@ -2,7 +2,7 @@
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE file.
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_test.dart';
 
 import '../descriptor.dart' as d;
diff --git a/test/descriptor/git.dart b/test/descriptor/git.dart
index f2f75572..0ccf2e3d 100644
--- a/test/descriptor/git.dart
+++ b/test/descriptor/git.dart
@@ -6,7 +6,7 @@ library descriptor.git;
 
 import 'dart:async';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_test.dart';
 import 'package:scheduled_test/descriptor.dart';
 
diff --git a/test/descriptor/tar.dart b/test/descriptor/tar.dart
index 0dd8b826..658bb4d2 100644
--- a/test/descriptor/tar.dart
+++ b/test/descriptor/tar.dart
@@ -7,7 +7,7 @@ library descriptor.tar;
 import 'dart:io';
 import 'dart:async';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_test.dart';
 import 'package:scheduled_test/descriptor.dart';
 
diff --git a/test/dev_dependency_test.dart b/test/dev_dependency_test.dart
index 88df8017..b47baa01 100644
--- a/test/dev_dependency_test.dart
+++ b/test/dev_dependency_test.dart
@@ -2,7 +2,7 @@
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE file.
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import 'descriptor.dart' as d;
 import 'test_pub.dart';
diff --git a/test/install/broken_symlink_test.dart b/test/install/broken_symlink_test.dart
index 2d9e551b..0da84660 100644
--- a/test/install/broken_symlink_test.dart
+++ b/test/install/broken_symlink_test.dart
@@ -6,7 +6,7 @@ library pub_tests;
 
 import 'dart:io';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../descriptor.dart' as d;
 import '../test_pub.dart';
diff --git a/test/install/git/lock_version_test.dart b/test/install/git/lock_version_test.dart
index 8eb7087b..693999ff 100644
--- a/test/install/git/lock_version_test.dart
+++ b/test/install/git/lock_version_test.dart
@@ -6,7 +6,7 @@ library pub_tests;
 
 import 'dart:io';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_test.dart';
 
 import '../../../lib/src/io.dart';
diff --git a/test/install/hosted/cached_pubspec_test.dart b/test/install/hosted/cached_pubspec_test.dart
index 5949d4b2..b9e1d2a2 100644
--- a/test/install/hosted/cached_pubspec_test.dart
+++ b/test/install/hosted/cached_pubspec_test.dart
@@ -4,7 +4,7 @@
 
 library pub_tests;
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_test.dart';
 
 import '../../../lib/src/io.dart';
diff --git a/test/install/hosted/repair_cache_test.dart b/test/install/hosted/repair_cache_test.dart
index 94874ada..749373d5 100644
--- a/test/install/hosted/repair_cache_test.dart
+++ b/test/install/hosted/repair_cache_test.dart
@@ -4,7 +4,7 @@
 
 library pub_tests;
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../../../lib/src/io.dart';
 import '../../descriptor.dart' as d;
diff --git a/test/install/hosted/stay_locked_test.dart b/test/install/hosted/stay_locked_test.dart
index 4cbafe39..6b59fe4f 100644
--- a/test/install/hosted/stay_locked_test.dart
+++ b/test/install/hosted/stay_locked_test.dart
@@ -6,7 +6,7 @@ library pub_tests;
 
 import 'dart:io';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_test.dart';
 
 import '../../../lib/src/io.dart';
diff --git a/test/install/path/absolute_path_test.dart b/test/install/path/absolute_path_test.dart
index 42b26361..8aaf04c2 100644
--- a/test/install/path/absolute_path_test.dart
+++ b/test/install/path/absolute_path_test.dart
@@ -2,7 +2,7 @@
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE d.file.
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_test.dart';
 
 import '../../../lib/src/io.dart';
diff --git a/test/install/path/absolute_symlink_test.dart b/test/install/path/absolute_symlink_test.dart
index 83724c35..b852f4f6 100644
--- a/test/install/path/absolute_symlink_test.dart
+++ b/test/install/path/absolute_symlink_test.dart
@@ -2,7 +2,7 @@
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE d.file.
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../../../lib/src/exit_codes.dart' as exit_codes;
 import '../../descriptor.dart' as d;
diff --git a/test/install/path/no_pubspec_test.dart b/test/install/path/no_pubspec_test.dart
index 61789ad2..763ab963 100644
--- a/test/install/path/no_pubspec_test.dart
+++ b/test/install/path/no_pubspec_test.dart
@@ -4,7 +4,7 @@
 
 import 'dart:io';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_test.dart';
 
 import '../../descriptor.dart' as d;
diff --git a/test/install/path/nonexistent_dir_test.dart b/test/install/path/nonexistent_dir_test.dart
index 35648173..c3414593 100644
--- a/test/install/path/nonexistent_dir_test.dart
+++ b/test/install/path/nonexistent_dir_test.dart
@@ -4,7 +4,7 @@
 
 import 'dart:io';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_test.dart';
 
 import '../../descriptor.dart' as d;
diff --git a/test/install/path/path_is_file_test.dart b/test/install/path/path_is_file_test.dart
index dbbc0df2..05c7861e 100644
--- a/test/install/path/path_is_file_test.dart
+++ b/test/install/path/path_is_file_test.dart
@@ -2,7 +2,7 @@
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE d.file.
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_test.dart';
 
 import '../../descriptor.dart' as d;
diff --git a/test/install/path/relative_path_test.dart b/test/install/path/relative_path_test.dart
index 5abaf091..ec6992a4 100644
--- a/test/install/path/relative_path_test.dart
+++ b/test/install/path/relative_path_test.dart
@@ -2,7 +2,7 @@
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE d.file.
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../../../lib/src/exit_codes.dart' as exit_codes;
 import '../../descriptor.dart' as d;
diff --git a/test/install/path/relative_symlink_test.dart b/test/install/path/relative_symlink_test.dart
index 97bd9020..62b7aab3 100644
--- a/test/install/path/relative_symlink_test.dart
+++ b/test/install/path/relative_symlink_test.dart
@@ -4,7 +4,7 @@
 
 import 'dart:io';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../../../lib/src/exit_codes.dart' as exit_codes;
 import '../../descriptor.dart' as d;
diff --git a/test/install/path/shared_dependency_symlink_test.dart b/test/install/path/shared_dependency_symlink_test.dart
index bfb26dc9..94b8453d 100644
--- a/test/install/path/shared_dependency_symlink_test.dart
+++ b/test/install/path/shared_dependency_symlink_test.dart
@@ -4,7 +4,7 @@
 
 import 'dart:io';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../../descriptor.dart' as d;
 import '../../test_pub.dart';
diff --git a/test/install/path/shared_dependency_test.dart b/test/install/path/shared_dependency_test.dart
index ee8a7c3a..40e74fa2 100644
--- a/test/install/path/shared_dependency_test.dart
+++ b/test/install/path/shared_dependency_test.dart
@@ -2,7 +2,7 @@
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE d.file.
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 
 import '../../descriptor.dart' as d;
 import '../../test_pub.dart';
diff --git a/test/io_test.dart b/test/io_test.dart
index 6aa82bc8..55e3a272 100644
--- a/test/io_test.dart
+++ b/test/io_test.dart
@@ -7,7 +7,7 @@ library io_test;
 import 'dart:async';
 import 'dart:io';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:unittest/unittest.dart';
 
 import '../lib/src/io.dart';
diff --git a/test/package_files_test.dart b/test/package_files_test.dart
index 36e68325..58fd1813 100644
--- a/test/package_files_test.dart
+++ b/test/package_files_test.dart
@@ -6,7 +6,7 @@ library lock_file_test;
 
 import 'dart:io';
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_test.dart';
 
 import '../lib/src/entrypoint.dart';
diff --git a/test/real_version_test.dart b/test/real_version_test.dart
index 50857a4d..c1bea3c0 100644
--- a/test/real_version_test.dart
+++ b/test/real_version_test.dart
@@ -8,7 +8,7 @@ import 'dart:io';
 
 import '../lib/src/sdk.dart' as sdk;
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_process.dart';
 import 'package:scheduled_test/scheduled_test.dart';
 import 'test_pub.dart';
diff --git a/test/test_pub.dart b/test/test_pub.dart
index 5bd00769..f1b66b7a 100644
--- a/test/test_pub.dart
+++ b/test/test_pub.dart
@@ -17,7 +17,7 @@ import 'dart:utf';
 
 import 'package:http/testing.dart';
 import 'package:oauth2/oauth2.dart' as oauth2;
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_process.dart';
 import 'package:scheduled_test/scheduled_server.dart';
 import 'package:scheduled_test/scheduled_test.dart';
@@ -637,7 +637,7 @@ String _packageName(String sourceName, description) {
   case "git":
     var url = description is String ? description : description['url'];
     // TODO(rnystrom): Using path.basename on a URL is hacky. If we add URL
-    // support to pkg/pathos, should use an explicit builder for that.
+    // support to pkg/path, should use an explicit builder for that.
     return path.basename(url.replaceFirst(new RegExp(r"(\.git)?/?$"), ""));
   case "hosted":
     if (description is String) return description;
diff --git a/test/validator/dependency_test.dart b/test/validator/dependency_test.dart
index 89f1bf78..87d926a5 100644
--- a/test/validator/dependency_test.dart
+++ b/test/validator/dependency_test.dart
@@ -7,7 +7,7 @@ import 'dart:json' as json;
 
 import 'package:http/http.dart' as http;
 import 'package:http/testing.dart';
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_test.dart';
 
 import '../../lib/src/entrypoint.dart';
diff --git a/test/validator/directory_test.dart b/test/validator/directory_test.dart
index 1b58b699..dc6df992 100644
--- a/test/validator/directory_test.dart
+++ b/test/validator/directory_test.dart
@@ -2,7 +2,7 @@
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE file.
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_test.dart';
 
 import '../../lib/src/entrypoint.dart';
diff --git a/test/validator/lib_test.dart b/test/validator/lib_test.dart
index 4b038a9c..c717e1f0 100644
--- a/test/validator/lib_test.dart
+++ b/test/validator/lib_test.dart
@@ -2,7 +2,7 @@
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE file.
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_test.dart';
 
 import '../../lib/src/entrypoint.dart';
diff --git a/test/validator/license_test.dart b/test/validator/license_test.dart
index c009c1c0..5c3a06ba 100644
--- a/test/validator/license_test.dart
+++ b/test/validator/license_test.dart
@@ -2,7 +2,7 @@
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE file.
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_test.dart';
 
 import '../../lib/src/entrypoint.dart';
diff --git a/test/validator/name_test.dart b/test/validator/name_test.dart
index eeeb7387..6a70d11f 100644
--- a/test/validator/name_test.dart
+++ b/test/validator/name_test.dart
@@ -2,7 +2,7 @@
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE file.
 
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
 import 'package:scheduled_test/scheduled_test.dart';
 
 import '../../lib/src/entrypoint.dart';
-- 
GitLab