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