aboutsummaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2014-12-10 16:46:39 +0000
committerSteve McIntyre <steve.mcintyre@linaro.org>2014-12-10 16:46:39 +0000
commit8b317afd084eb8a6a8f9c1bd3a4e4a33b3e8fb98 (patch)
treea1e30330f3492bd626bc2ca6ed190870050b50b9 /db
parent6f59b9783cc2d77520a5df1f3f6a29859984af16 (diff)
Added trivial __init__
Change-Id: I615d2fa16b36bdace47ed1cc46b645865d8b5628
Diffstat (limited to 'db')
-rw-r--r--db/__init__.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/db/__init__.py b/db/__init__.py
new file mode 100644
index 0000000..3d66568
--- /dev/null
+++ b/db/__init__.py
@@ -0,0 +1,20 @@
+#! /usr/bin/python
+
+# Copyright 2014 Linaro Limited
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
+
+import db