Use unicode for Python 2 compat

This commit is contained in:
Florian Festi 2017-11-30 23:32:30 +01:00
parent d52b561a2f
commit 319b1f869f
1 changed files with 1 additions and 1 deletions

View File

@ -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."""