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

Unified Diff: utils/pub/pubspec.dart

Issue 11622011: Restructure YAML package suitable for pub lish (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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: utils/pub/pubspec.dart
diff --git a/utils/pub/pubspec.dart b/utils/pub/pubspec.dart
index 1ba4d06482eee97652fa5372fbfba6aa9b422f9b..6c7738d0ec3af95a99b32937f0c5ec2e62e5fa4c 100644
--- a/utils/pub/pubspec.dart
+++ b/utils/pub/pubspec.dart
@@ -9,7 +9,7 @@ import 'source.dart';
import 'source_registry.dart';
import 'utils.dart';
import 'version.dart';
-import 'yaml/yaml.dart';
+import 'yaml/lib/yaml.dart';
/**
* The parsed and validated contents of a pubspec file.

Powered by Google App Engine
This is Rietveld 408576698