donnemartin / saws

A supercharged AWS command line interface (CLI).
Other
5.23k stars 280 forks source link

Upgrade to prompt-toolkit 1.0.0 #83

Closed jonathanslenders closed 8 years ago

jonathanslenders commented 8 years ago

There is a new version of prompt-toolkit with a few bug fixes and many new features. This pull request does the necessary changes to make saws compatible with the latest version.

The full changelog can be found here: https://github.com/jonathanslenders/python-prompt-toolkit/blob/master/CHANGELOG

codecov-io commented 8 years ago

Current coverage is 94.51%

Merging #83 into master will decrease coverage by -<.01%

@@             master        #83   diff @@
==========================================
  Files            29         29          
  Lines          1241       1239     -2   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           1173       1171     -2   
  Misses           68         68          
  Partials          0          0          

Powered by Codecov. Last updated by f411b35...5800047

donnemartin commented 8 years ago

Thanks @jonathanslenders! Nice work on 1.0.0.