ErikBoesen / schoolopy

:school: Python wrapper for Schoology's REST API.
MIT License
47 stars 19 forks source link

Python 2.7 compatibility in main.py and authentication.py #11

Closed plungerman closed 6 years ago

plungerman commented 6 years ago

we are still stuck on python 2.7 so i made some minor modifications to main.py and authentication.py that will allow folks to use this package with 2.7. if i come across any more things that do not work in 2.7, i will update the code and request another merge.

ErikBoesen commented 6 years ago

Thanks for this!