lib: new /lib/standard/collection directory
[nit.git] / lib / standard / string.nit
index 46f8422..1c7e953 100644 (file)
@@ -14,7 +14,7 @@
 # This module is about character strings.
 package string
 
-intrude import array
+intrude import collection # FIXME should be collection::array
 
 ###############################################################################
 # String                                                                      #