dgarana/vulcano

Fix command names should be in unicode

Closed this issue · 1 comments

This is more a bug with prompt_toolkit, we have two options, forcing people to do: from future import unicode_literals, or convert strings to unicode when creating commands list.

Already fixed