Use unicode for Python 2 compat
This commit is contained in:
parent
d52b561a2f
commit
319b1f869f
|
@ -38,7 +38,7 @@ class ShadyEdge(edges.BaseEdge):
|
||||||
|
|
||||||
class TrafficLight(Boxes): # change class name here and below
|
class TrafficLight(Boxes): # change class name here and below
|
||||||
"""Traffic light"""
|
"""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."""
|
When turned by 90°, it can be also used to create a bottle holder."""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue