lisa.conf: Use inspect.getdoc() instead of textwrap.dedent()
inspect.getdoc() makes use of inspect.cleandoc() which is specialized in cleaning up docstrings, rather than textwrap.dedent() that may not handle well some docstring styles (when the first line is not indented).