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

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

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: 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
Index: pkg/gpio/lib/gpio.dart
diff --git a/pkg/gpio/lib/gpio.dart b/pkg/gpio/lib/gpio.dart
index 9d34986131bbf1e2d3f26dd3d18196e711dbb4ff..97dd76cfa510ae112e40ce6da38fb74882fa414b 100644
--- a/pkg/gpio/lib/gpio.dart
+++ b/pkg/gpio/lib/gpio.dart
@@ -47,7 +47,7 @@
/// 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 gpio;
-import 'dart:fletch.ffi';
+import 'dart:dartino.ffi';
import 'dart:typed_data';
import 'package:file/file.dart';

Powered by Google App Engine
This is Rietveld 408576698