From: "Heiser, Markus" <markus.heiser@xxxxxxxxxxx> The linuxdoc package includes python extensions related to the linux documentation processes. Signed-off-by: Markus Heiser <markus.heiser@xxxxxxxxxxx> --- scripts/site-python/linuxdoc/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/site-python/linuxdoc/__init__.py diff --git a/scripts/site-python/linuxdoc/__init__.py b/scripts/site-python/linuxdoc/__init__.py new file mode 100644 index 0000000..6edc554 --- /dev/null +++ b/scripts/site-python/linuxdoc/__init__.py @@ -0,0 +1,8 @@ +# -*- coding: utf-8; mode: python -*- +u""" + linuxdoc + ~~~~~~~~ + + The linuxdoc package includes python extensions related to the linux + documentation processes. +""" -- v4.7-rc-2 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html