rename 'package' to 'module'
[nit.git] / lib / standard / stream.nit
index 806ecee..c4fe818 100644 (file)
@@ -11,7 +11,7 @@
 # another product.
 
 # Input and output streams of characters
-package stream
+module stream
 
 import string