lib/standard: Introduce text subgroup for all string-manipulations
[nit.git] / lib / standard / text / ropes.nit
similarity index 99%
rename from lib/standard/ropes.nit
rename to lib/standard/text/ropes.nit
index 902649a..4de14cc 100644 (file)
@@ -47,7 +47,7 @@
 # height (hence, this rope here might actually be a `FlatString` !).
 module ropes
 
-intrude import string
+intrude import flat
 
 # Maxlen is the maximum length of a Leaf node
 #