mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] scripts: make __init__.py nonempty
@ 2016-02-12  7:45 Sascha Hauer
  2016-02-12  8:45 ` Jan Lübbe
  0 siblings, 1 reply; 2+ messages in thread
From: Sascha Hauer @ 2016-02-12  7:45 UTC (permalink / raw)
  To: Barebox List

Otherwise they get removed by make distclean.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 scripts/remote/__init__.py            | 1 +
 scripts/serial/tools/__init__.py      | 1 +
 scripts/serial/urlhandler/__init__.py | 1 +
 3 files changed, 3 insertions(+)

diff --git a/scripts/remote/__init__.py b/scripts/remote/__init__.py
index e69de29..0efe34b 100644
--- a/scripts/remote/__init__.py
+++ b/scripts/remote/__init__.py
@@ -0,0 +1 @@
+# empty #
\ No newline at end of file
diff --git a/scripts/serial/tools/__init__.py b/scripts/serial/tools/__init__.py
index e69de29..0efe34b 100644
--- a/scripts/serial/tools/__init__.py
+++ b/scripts/serial/tools/__init__.py
@@ -0,0 +1 @@
+# empty #
\ No newline at end of file
diff --git a/scripts/serial/urlhandler/__init__.py b/scripts/serial/urlhandler/__init__.py
index e69de29..0efe34b 100644
--- a/scripts/serial/urlhandler/__init__.py
+++ b/scripts/serial/urlhandler/__init__.py
@@ -0,0 +1 @@
+# empty #
\ No newline at end of file
-- 
2.7.0.rc3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-12  8:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-12  7:45 [PATCH] scripts: make __init__.py nonempty Sascha Hauer
2016-02-12  8:45 ` Jan Lübbe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox