Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use input in place of raw_input for python3+
Since the raw_input() function has been renamed to input in python 3, we replace it by input() in case willie is run from python3+
- Loading branch information