All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Andrew Morton <akpm@linux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH] scripts/gdb: Add empty package initialization script
Date: Fri, 20 Feb 2015 17:50:25 +0100	[thread overview]
Message-ID: <54E765D1.6060405@siemens.com> (raw)

This got lost during the initial merge process: Python requires an
__init__.py script, even if empty, in order to accept a directory as
package. Add it, this time as a none-empty file.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

Andrew, seems your import scripting drops empty files from patches.
This happened with __init__.py in "scripts/gdb: add infrastructure". Or
it was a side effect of v12 vs. v13 processing. Anyway, this is the fix.

Which is the preferred route for future changes to files in
scripts/gdb? Via your tree?

 scripts/gdb/linux/__init__.py | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 scripts/gdb/linux/__init__.py

diff --git a/scripts/gdb/linux/__init__.py b/scripts/gdb/linux/__init__.py
new file mode 100644
index 0000000..4680fb1
--- /dev/null
+++ b/scripts/gdb/linux/__init__.py
@@ -0,0 +1 @@
+# nothing to do for the initialization of this package
-- 
2.1.4

                 reply	other threads:[~2015-02-20 16:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54E765D1.6060405@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.