commit | 6192b3d69f6d1939fb6ed28c1e755b76c0ea38c1 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]> | Fri Jul 12 17:54:48 2013 +0000 |
committer | Natalie Weizenbaum <[email protected]> | Thu May 14 16:55:24 2015 -0700 |
tree | a0673a0f8511c896a06d4fb266898f704f13de3a | |
parent | 5ea581d7633bc6f572752a8e788040de8b6bacf9 [diff] [blame] |
Rename "pathos" package to "path". [email protected] Review URL: https://codereview.chromium.org//18356011 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24964 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/lib/src/pubspec.dart b/lib/src/pubspec.dart index 3a7738e..6da96ba 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';