Skip to content

Commit

Permalink
scripts/gdb: add empty package initialization script
Browse files Browse the repository at this point in the history
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 non-empty file.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
jan-kiszka authored and torvalds committed Feb 28, 2015
1 parent 39ea34c commit 586a1a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/gdb/linux/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# nothing to do for the initialization of this package

0 comments on commit 586a1a1

Please sign in to comment.