From 319b1f869f77c1fe1fae17042855ffc9514cc05b Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Thu, 30 Nov 2017 23:32:30 +0100 Subject: [PATCH] Use unicode for Python 2 compat --- boxes/generators/trafficlight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/generators/trafficlight.py b/boxes/generators/trafficlight.py index 6d055a0..6fd2eb1 100644 --- a/boxes/generators/trafficlight.py +++ b/boxes/generators/trafficlight.py @@ -38,7 +38,7 @@ 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. + description = u"""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."""