nicolewhite / cycli

A Command Line Interface for Neo4j's Cypher.
MIT License
271 stars 25 forks source link

Upgrade to prompt_toolkit 0.57 #36

Closed jonathanslenders closed 8 years ago

jonathanslenders commented 8 years ago

Changes required for the latest prompt_toolkit. Many thing have been improved and bugs have been fixed. (E.g. mouse support, pasting of multiline text,

Have a look at the changelog: https://github.com/jonathanslenders/python-prompt-toolkit/blob/master/CHANGELOG

Feel free to not merge it if it doesn't work for you. I didn't do any extensive testing. Jonathan

nicolewhite commented 8 years ago

Thanks @jonathanslenders, I'll try to get the tests passing.

jonathanslenders commented 8 years ago

I guess it should be fine after adding from __future__ import unicode_literals at the start of cycli/binder.py.

nicolewhite commented 8 years ago

Yeah that's what it looks like. I'll get to it soon. :+1:

nicolewhite commented 8 years ago

This was merged in https://github.com/nicolewhite/cycli/commit/2221735f4cfceb602f22265ded4feab68bcd8f5b. Not sure why this wasn't closed automatically.