rename 'package' to 'module'
[nit.git] / src / global / reachable_from_init_method_analysis.nit
index 4735012..bde61e8 100644 (file)
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 # Module containing all bases for the reachable from init method analysis
-package reachable_from_init_method_analysis
+module reachable_from_init_method_analysis
 
 import icode
 import program