Index: lib/collection/collection_patch.dart |
diff --git a/lib/collection/collection_patch.dart b/lib/collection/collection_patch.dart |
index 65c1724eab51b51fa64e3400ddffc23cba583ba7..e6e4f35fefbcfccc39c41437fbc5c9e2253cad0f 100644 |
--- a/lib/collection/collection_patch.dart |
+++ b/lib/collection/collection_patch.dart |
@@ -2,8 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE.md file. |
-import 'dart:fletch._system' as fletch; |
-import 'dart:fletch._system' show patch; |
+import 'dart:dartino._system' as dartino; |
+import 'dart:dartino._system' show patch; |
@patch class HashMap<K, V> { |
@patch factory HashMap({ bool equals(K key1, K key2), |