OrganPipe: Use unicode for Py 2 compat

This commit is contained in:
Florian Festi 2018-05-12 17:14:02 +02:00
parent d9e8930e31
commit 1d0aa05e9a
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class OrganPipe(Boxes): # Change class name!
help="Cutup to mouth ratio")
self.argparser.add_argument(
"--mensur", action="store", type=int, default=0,
help="Distance in halftones in the Normalmensur by Töpfer")
help=u"Distance in halftones in the Normalmensur by Töpfer")
self.argparser.add_argument(
"--windpressure", action="store", type=float, default=588.4,
help="in Pa")