rename 'package' to 'module'
[nit.git] / src / compiling / compiling_base.nit
index 4fdcec0..64289d4 100644 (file)
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 # Common things for NIT compilation and C generation
-package compiling_base
+module compiling_base
 
 import mmloader
 private import utils