src: add new hub modules to regroup related things together.
[nit.git] / src / platform.nit
index 9e3e92e..99d67a0 100644 (file)
@@ -16,9 +16,9 @@
 # to the target platform. Also detects conflicts between targetted platforms.
 module platform
 
-import modelize_property
 import parser_util
 import modelbuilder
+import modelize
 private import annotation
 
 redef class ToolContext