diff options
author | maxbr <maxbr@mi.fu-berlin.de> | 2017-01-05 12:36:54 +0100 |
---|---|---|
committer | maxbr <maxbr@mi.fu-berlin.de> | 2017-01-05 12:36:54 +0100 |
commit | 85623f2e6a4e4bee61ac5c28ce04bf9532980094 (patch) | |
tree | 61327148ccb024cf55bcffa1cdf4d16d7c848e37 /tools/pharos-dashboard/dashboard_notification/__init__.py | |
parent | 55c3b53ba08b2c6cf3c392b10a065a3076525951 (diff) |
Add library for dashboard notification System
JIRA: PHAROS-265
Change-Id: Ia33235c5160ef6b36b27a6fe1a2eb97a45e72367
Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'tools/pharos-dashboard/dashboard_notification/__init__.py')
-rw-r--r-- | tools/pharos-dashboard/dashboard_notification/__init__.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/pharos-dashboard/dashboard_notification/__init__.py b/tools/pharos-dashboard/dashboard_notification/__init__.py new file mode 100644 index 00000000..b5914ce7 --- /dev/null +++ b/tools/pharos-dashboard/dashboard_notification/__init__.py @@ -0,0 +1,10 @@ +############################################################################## +# 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 +############################################################################## + + |