From 068ef0e9794f05d596c6b5d4478da0d57fdb3fff Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Thu, 22 Nov 2012 07:23:10 +0100 Subject: [PATCH] module_formatter: re-instate code --- hacking/module_formatter.py | 3 +-- library/file | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hacking/module_formatter.py b/hacking/module_formatter.py index e4f8dab45d6..6a28be16f87 100755 --- a/hacking/module_formatter.py +++ b/hacking/module_formatter.py @@ -66,8 +66,7 @@ def html_ify(text): t = _BOLD.sub("" + r"\1" + "", t) t = _MODULE.sub("" + r"\1" + "", t) t = _URL.sub("" + r"\1" + "", t) - #t = _CONST.sub("" + r"\1" + "", t) - t = _CONST.sub(r"\1", t) + t = _CONST.sub("" + r"\1" + "", t) return t def json_ify(text): diff --git a/library/file b/library/file index a4c05423414..ff51608c231 100644 --- a/library/file +++ b/library/file @@ -35,7 +35,7 @@ short_description: Sets attributes of files description: - Sets attributes of files, symlinks, and directories, or removes files/symlinks/directories. Many other modules support the same options as - the file module - including M(copy), M(template), and M(assemble). + the M(file) module - including M(copy), M(template), and M(assemble). options: path: description: