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

Unified Diff: lib/src/packages_io_impl.dart

Issue 2298063005: minor changes to organize imports and to the gitignore file (Closed)
Patch Set: Created 4 years, 4 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
« no previous file with comments | « lib/src/packages_impl.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/packages_io_impl.dart
diff --git a/lib/src/packages_io_impl.dart b/lib/src/packages_io_impl.dart
index 0e9474639420d7552a6f0d524cfd05f71b161121..9eba9ce44b643c551953bbb6b62f24cea0553be3 100644
--- a/lib/src/packages_io_impl.dart
+++ b/lib/src/packages_io_impl.dart
@@ -8,7 +8,9 @@ library package_config.packages_io_impl;
import "dart:collection" show UnmodifiableMapView;
import "dart:io" show Directory;
+
import "package:path/path.dart" as path;
+
import "packages_impl.dart";
/// A [Packages] implementation based on a local directory.
« no previous file with comments | « lib/src/packages_impl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698