From: Alexandre Terrasa Date: Fri, 22 Jun 2018 03:49:38 +0000 (-0400) Subject: src/doc/commands/templates: rename `templates_term` in `term_model` X-Git-Url: http://nitlanguage.org src/doc/commands/templates: rename `templates_term` in `term_model` Signed-off-by: Alexandre Terrasa --- diff --git a/src/doc/templates/templates_term.nit b/src/doc/templates/term_model.nit similarity index 99% rename from src/doc/templates/templates_term.nit rename to src/doc/templates/term_model.nit index b4fc2fe..4a442c5 100644 --- a/src/doc/templates/templates_term.nit +++ b/src/doc/templates/term_model.nit @@ -16,7 +16,7 @@ # # This module introduces Markdown rendering services in model entities. # With the `no_color` option set to `false`, the output can be highlighted for console. -module templates_term +module term_model import model_collect import console diff --git a/src/doc/term/term.nit b/src/doc/term/term.nit index de36f05..d653969 100644 --- a/src/doc/term/term.nit +++ b/src/doc/term/term.nit @@ -15,7 +15,7 @@ module term import commands::commands_parser -import templates::templates_term +import templates::term_model redef class CommandParser