src/doc/commands: clean importation for `commands_base`
authorAlexandre Terrasa <alexandre@moz-code.org>
Tue, 12 Jun 2018 14:59:31 +0000 (10:59 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 22 Jun 2018 03:42:10 +0000 (23:42 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/doc/commands/commands_base.nit
src/doc/commands/commands_catalog.nit

index b1af0e1..84ef656 100644 (file)
@@ -24,7 +24,6 @@
 module commands_base
 
 import model::model_index
-import catalog
 
 # Documentation command
 #
index 0bfe6ab..d7a5a43 100644 (file)
@@ -16,6 +16,7 @@
 module commands_catalog
 
 import commands_model
+import catalog
 
 # A DocCommand based on a Catalog
 abstract class CmdCatalog