pindexis / marker

The terminal command palette
MIT License
2.02k stars 106 forks source link

Python3 compatibility problem: raw_input() was renamed to input() #3

Closed pfigue closed 9 years ago

pfigue commented 9 years ago

Got a bug with python 3.x: https://stackoverflow.com/questions/4915361/whats-the-difference-between-raw-input-and-input-in-python3-x

pindexis commented 9 years ago

Thanks for the catch