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

Unified Diff: sdk/lib/_internal/pub/lib/src/utils.dart

Issue 18356011: Rename "pathos" package to "path". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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: sdk/lib/_internal/pub/lib/src/utils.dart
diff --git a/sdk/lib/_internal/pub/lib/src/utils.dart b/sdk/lib/_internal/pub/lib/src/utils.dart
index e9eb563767ecc76cd1eab7a4b64076c8b2a83bb2..6f9e4f1ebc327ae35d9379cfc8f04bd897f1d836 100644
--- a/sdk/lib/_internal/pub/lib/src/utils.dart
+++ b/sdk/lib/_internal/pub/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> {

Powered by Google App Engine
This is Rietveld 408576698