summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2013-04-04 01:52:41 +0200
committerJohannes Berg <johannes@sipsolutions.net>2013-04-04 01:52:52 +0200
commita426ccf78539ae33cc05f53b617e0e795fd3ff0c (patch)
tree3201aee1ba45a56ae06b3b2196b7b85383c1134b /lib
parentf9227077fe2908f189e4da88bfa8bc1ac17e02a4 (diff)
gentree: make lib directory a python module
That will make it easier to use gentree and/or git helpers from other scripts. Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/__init__.py b/lib/__init__.py
new file mode 100644
index 00000000..1bb8bf6d
--- /dev/null
+++ b/lib/__init__.py
@@ -0,0 +1 @@
+# empty