lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon,  6 Jun 2016 18:32:22 +0200
From:	Markus Heiser <markus.heiser@...marIT.de>
To:	corbet@....net
Cc:	jani.nikula@...el.com, daniel.vetter@...ll.ch,
	grant.likely@...retlab.ca, mchehab@....samsung.com,
	keithp@...thp.com, linux-kernel@...r.kernel.org,
	linux-doc@...r.kernel.org, hverkuil@...all.nl,
	"Heiser, Markus" <markus.heiser@...marIT.de>
Subject: [PATCH 4/7] linuxdoc: add python package linuxdoc

From: "Heiser, Markus" <markus.heiser@...marIT.de>

The linuxdoc package includes python extensions related to the linux
documentation processes.

Signed-off-by: Markus Heiser <markus.heiser@...marIT.de>
---
 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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ