rename 'package' to 'module'
[nit.git] / src / compiling / compiling.nit
index 429505b..ca6b943 100644 (file)
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 # Compute and generate tables for classes and modules.
-package compiling
+module compiling
 
 import table_computation
 import compiling_base