OrganPipe: Use unicode for Py 2 compat
This commit is contained in:
parent
d9e8930e31
commit
1d0aa05e9a
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue