summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/dashboard_api/__init__.py
diff options
context:
space:
mode:
authormaxbr <maxbr@mi.fu-berlin.de>2017-01-05 12:34:37 +0100
committermaxbr <maxbr@mi.fu-berlin.de>2017-01-05 12:34:37 +0100
commit0f779323898999cc6269ee2f9183de75e1eedab0 (patch)
tree8b99d6b287224611886e5b9de1956172f3a3c627 /pharos-dashboard/dashboard_api/__init__.py
parent026ae4994e15809d25bf9f62e36f6fe5b35b1542 (diff)
Add library for dashboard API
JIRA: PHAROS-265 The DashboardAPI class can be used to query and update dashboard data. Change-Id: I584a3cc500ff1d67011c18af4e73e504126310a2 Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'pharos-dashboard/dashboard_api/__init__.py')
-rw-r--r--pharos-dashboard/dashboard_api/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/pharos-dashboard/dashboard_api/__init__.py b/pharos-dashboard/dashboard_api/__init__.py
new file mode 100644
index 0000000..ce1acf3
--- /dev/null
+++ b/pharos-dashboard/dashboard_api/__init__.py
@@ -0,0 +1,8 @@
+##############################################################################
+# Copyright (c) 2016 Max Breitenfeldt and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+############################################################################## \ No newline at end of file