src: add new hub modules to regroup related things together.
[nit.git] / src / typing.nit
index a415667..3dd9024 100644 (file)
@@ -19,8 +19,8 @@
 module typing
 
 import flow
-import modelize_property
 import phase
+import modelize
 import local_var_init
 
 redef class ToolContext