From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752856AbcFFQc6 (ORCPT ); Mon, 6 Jun 2016 12:32:58 -0400 Received: from smtp3-1.goneo.de ([85.220.129.38]:59349 "EHLO smtp3-1.goneo.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752754AbcFFQcz (ORCPT ); Mon, 6 Jun 2016 12:32:55 -0400 X-Spam-Flag: NO X-Spam-Score: -2.793 From: Markus Heiser To: corbet@lwn.net Cc: jani.nikula@intel.com, daniel.vetter@ffwll.ch, grant.likely@secretlab.ca, mchehab@osg.samsung.com, keithp@keithp.com, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, hverkuil@xs4all.nl, "Heiser, Markus" Subject: [PATCH 4/7] linuxdoc: add python package linuxdoc Date: Mon, 6 Jun 2016 18:32:22 +0200 Message-Id: <1465230745-31358-5-git-send-email-markus.heiser@darmarIT.de> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1465230745-31358-1-git-send-email-markus.heiser@darmarIT.de> References: <1465230745-31358-1-git-send-email-markus.heiser@darmarIT.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: "Heiser, Markus" The linuxdoc package includes python extensions related to the linux documentation processes. Signed-off-by: Markus Heiser --- 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