Index: lib/fletch/fletch.dart |
diff --git a/lib/fletch/fletch.dart b/lib/fletch/fletch.dart |
index 10438978c47c8b09e8d8fda4dfa06baff2c7d584..c231ae522d321e44e385ec1160ccd574eb42cf9a 100644 |
--- a/lib/fletch/fletch.dart |
+++ b/lib/fletch/fletch.dart |
@@ -4,7 +4,7 @@ |
library dart.fletch; |
-import 'dart:_fletch_system' as fletch; |
+import 'dart:fletch._system' as fletch; |
/// Fibers are lightweight co-operative multitask units of execution. They |
/// are scheduled on top of OS-level threads, but they are cheap to create |