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

Unified Diff: pkg/i2c/lib/i2c.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 | « pkg/http/lib/http.dart ('k') | pkg/i2c/lib/src/process_object.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/i2c/lib/i2c.dart
diff --git a/pkg/i2c/lib/i2c.dart b/pkg/i2c/lib/i2c.dart
index 8067ef5bbd37d4665813a6f53ae4e5a704cefe21..4dcaadff0c1f8782c258bdf174900949ac6522b7 100644
--- a/pkg/i2c/lib/i2c.dart
+++ b/pkg/i2c/lib/i2c.dart
@@ -40,8 +40,8 @@
/// Please file an issue [in the issue tracker](https://github.com/dartino/sdk/issues/new?title=Add%20title&labels=Area-Package&body=%3Cissue%20description%3E%0A%3Crepro%20steps%3E%0A%3Cexpected%20outcome%3E%0A%3Cactual%20outcome%3E).
library i2c;
-import 'dart:fletch';
-import 'dart:fletch.ffi';
+import 'dart:dartino';
+import 'dart:dartino.ffi';
import 'src/process_object.dart';
« no previous file with comments | « pkg/http/lib/http.dart ('k') | pkg/i2c/lib/src/process_object.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698