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

Unified Diff: pkg/intl/lib/src/file_data_reader.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: pkg/intl/lib/src/file_data_reader.dart
diff --git a/pkg/intl/lib/src/file_data_reader.dart b/pkg/intl/lib/src/file_data_reader.dart
index 4e6c2aef7aa29ef7db77d157b74ea450b39e9f35..61c42e2a591677b03cd49bd1aec3814f19930559 100644
--- a/pkg/intl/lib/src/file_data_reader.dart
+++ b/pkg/intl/lib/src/file_data_reader.dart
@@ -10,7 +10,7 @@
library file_data_reader;
import 'dart:async';
-import 'package:pathos/path.dart';
+import 'package:path/path.dart';
import 'dart:io';
import 'intl_helpers.dart';

Powered by Google App Engine
This is Rietveld 408576698