From 85623f2e6a4e4bee61ac5c28ce04bf9532980094 Mon Sep 17 00:00:00 2001 From: maxbr Date: Thu, 5 Jan 2017 12:36:54 +0100 Subject: Add library for dashboard notification System JIRA: PHAROS-265 Change-Id: Ia33235c5160ef6b36b27a6fe1a2eb97a45e72367 Signed-off-by: maxbr --- tools/pharos-dashboard/src/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tools/pharos-dashboard/src/__init__.py (limited to 'tools/pharos-dashboard/src/__init__.py') diff --git a/tools/pharos-dashboard/src/__init__.py b/tools/pharos-dashboard/src/__init__.py new file mode 100644 index 00000000..ce1acf36 --- /dev/null +++ b/tools/pharos-dashboard/src/__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 -- cgit 1.2.3-korg