From 72e6dd22136ba52ba3195ce74ef38fc4be82eec7 Mon Sep 17 00:00:00 2001 From: Daniela Festi Date: Sat, 18 Nov 2017 22:17:23 +0100 Subject: [PATCH] Added a description to TrafficLight generator --- boxes/generators/trafficlight.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boxes/generators/trafficlight.py b/boxes/generators/trafficlight.py index 6919eb6..1c76c3b 100644 --- a/boxes/generators/trafficlight.py +++ b/boxes/generators/trafficlight.py @@ -37,6 +37,9 @@ class ShadyEdge(edges.BaseEdge): class TrafficLight(Boxes): # change class name here and below """Traffic light""" + description = """The traffic light was created to visualize the status of a Icinga monitored system. + +When turned by 90°, it can be also used to create a bottle holder.""" def __init__(self): Boxes.__init__(self)