Closed supertylerc closed 5 years ago
Python3 doesn't have raw_input. Changes references to raw_input to just input. Sets input to raw_input if python2. Tested under python3.6.
raw_input
input
Fixes arthepsy/pan-globalprotect-okta#8
Thanks @supertylerc
Python3 doesn't have
raw_input
. Changes references toraw_input
to justinput
. Setsinput
toraw_input
if python2. Tested under python3.6.Fixes arthepsy/pan-globalprotect-okta#8