prompt-toolkit / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
2.52k stars 161 forks source link

Fix python 3/2 compatibility for urllib. #32

Closed gbin closed 9 years ago

gbin commented 9 years ago

Under python3 the urllib2 package doesn't exist anymore. Used the six alias for it which mimic the python3 api.

jonathanslenders commented 9 years ago

Thank you. Merged in: https://github.com/jonathanslenders/pyvim/commit/b1d9813665a32d4541a411229c05aa87786e8c1a