Merge: nitrpg: Move `nitrpg` to its own repository
[nit.git] / src / doc / commands / commands_ini.nit
index 9274fd0..d7c3457 100644 (file)
 
 module commands_ini
 
-import doc::commands::commands_model
+import commands_model
 
 # Cmd that finds the ini file related to an `mentity`
 abstract class CmdIni
        super CmdEntity
 
        # Ini file
-       var ini: nullable ConfigTree = null
+       var ini: nullable IniFile = null
 
        redef fun init_command do
                var res = super