Index: lib/convert/convert_patch.dart |
diff --git a/lib/convert/convert_patch.dart b/lib/convert/convert_patch.dart |
index 5c81ae00c86d971b52e689364c144234bff3934f..5537cc4514950463bccb856d14d0423f94bce5c2 100644 |
--- a/lib/convert/convert_patch.dart |
+++ b/lib/convert/convert_patch.dart |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
import "dart:_internal" show POWERS_OF_TEN; |
-import 'dart:fletch._system' show patch; |
+import 'dart:dartino._system' show patch; |
// JSON conversion. |