jssimporter / python-jss

python-jss is deprecated. Please see the wiki for alternatives.
GNU General Public License v3.0
102 stars 41 forks source link

Replace all `raw_input` with `input` from `six` in python3 #101

Closed pboushy closed 3 years ago

pboushy commented 4 years ago

Add: from six.moves import input Then replace all raw_input with input

Enables jss to configure itself when using python3.

Again... will submit a pull request for this one.

nicolas-b12 commented 4 years ago

Hey, I have the same issue here. Do you plan to do a PR @prbsparx ? If you don't have time right now, I can take care of this.

pboushy commented 4 years ago

I probably won’t have time for a couple weeks. Just make sure to check all files.

grahampugh commented 3 years ago

Solved by #103