Chromium Code Reviews

Unified Diff: utils/pub/io.dart

Issue 11647003: Move path ("pathos") to pkg/. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Typo. Created 8 years 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
« no previous file with comments | « utils/pub/directory_tree.dart ('k') | utils/pub/path.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/io.dart
diff --git a/utils/pub/io.dart b/utils/pub/io.dart
index bea81a6c2ff0165561f0cb1dcc3484aeeb750b58..db049c4b3a0e3881bb66caa12277ac0262fea5bf 100644
--- a/utils/pub/io.dart
+++ b/utils/pub/io.dart
@@ -12,8 +12,8 @@ import 'dart:isolate';
import 'dart:json';
import 'dart:uri';
+import '../../pkg/path/lib/path.dart' as path;
import 'log.dart' as log;
-import 'path.dart' as path;
import 'utils.dart';
bool _isGitInstalledCache;
« no previous file with comments | « utils/pub/directory_tree.dart ('k') | utils/pub/path.dart » ('j') | no next file with comments »

Powered by Google App Engine