lib/standard: Re-activate ropes in standard
authorLucas Bajolet <r4pass@hotmail.com>
Wed, 15 Oct 2014 14:43:28 +0000 (10:43 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Thu, 6 Nov 2014 19:20:10 +0000 (14:20 -0500)
Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>

lib/standard/file.nit
lib/standard/standard.nit
lib/standard/stream.nit

index d9d6cd9..b8f5bab 100644 (file)
@@ -16,7 +16,7 @@
 module file
 
 intrude import stream
-intrude import string
+intrude import ropes
 import string_search
 import time
 
index 0c50201..a487d98 100644 (file)
@@ -24,6 +24,7 @@ import exec
 import stream
 import collection
 import math
+import ropes
 import kernel
 import gc
 import bitset
index ca0a3c2..84b167a 100644 (file)
@@ -11,7 +11,7 @@
 # Input and output streams of characters
 module stream
 
-intrude import string
+intrude import ropes
 
 in "C" `{
        #include <unistd.h>