rename 'package' to 'module'
[nit.git] / lib / standard / exec.nit
index f71ce54..c221632 100644 (file)
@@ -13,7 +13,7 @@
 
 # Invocation and management of operating system sub-processes.
 # Standard input and output can be handled through streams.
-package exec 
+module exec
 
 import stream