Chromium Code Reviews

Unified Diff: pkg/scheduled_test/lib/descriptor.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.
Jump to:
View side-by-side diff with in-line comments
Index: pkg/scheduled_test/lib/descriptor.dart
diff --git a/pkg/scheduled_test/lib/descriptor.dart b/pkg/scheduled_test/lib/descriptor.dart
index 18192470bd5490c8df1e4cad82d72e4d3705c01a..6692591024c86f55bf466cae1cc9994b5111b30a 100644
--- a/pkg/scheduled_test/lib/descriptor.dart
+++ b/pkg/scheduled_test/lib/descriptor.dart
@@ -64,7 +64,7 @@ library scheduled_test.descriptor;
import 'dart:async';
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
import 'scheduled_test.dart';
import 'src/descriptor/async_descriptor.dart';

Powered by Google App Engine