From: Jan Kiszka Date: Fri, 27 Feb 2015 23:51:53 +0000 (-0800) Subject: scripts/gdb: add empty package initialization script X-Git-Tag: v4.0-rc2~13^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=586a1a125eb157f0c2b9925ba878f24f4fe0c667;p=platform%2Fkernel%2Flinux-exynos.git scripts/gdb: add empty package initialization script 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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