arthepsy / pan-globalprotect-okta

PaloAlto Networks GlobalProtect VPN (integrated with OKTA) command-line client
101 stars 42 forks source link

Fix `raw_input` for py3 #9

Closed supertylerc closed 5 years ago

supertylerc commented 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.

Fixes arthepsy/pan-globalprotect-okta#8

arthepsy commented 5 years ago

Thanks @supertylerc