In Python 3, raw_input() was renamed to input() as a breaking change. Adapt to this by using six to have input() working properly on Py2 and Py3.
Signed-off-by: Neal Gompa ngompa13@gmail.com
Pull-Request has been merged by ngompa
LGTM
In Python 3, raw_input() was renamed to input() as a breaking change.
Adapt to this by using six to have input() working properly on Py2 and Py3.
Signed-off-by: Neal Gompa ngompa13@gmail.com