OneDrive / onedrive-sdk-python

OneDrive SDK for Python! https://dev.onedrive.com
MIT License
1.08k stars 189 forks source link

example code. raw_input() is from Python 2 #165

Open philshem opened 4 years ago

philshem commented 4 years ago

Regarding this sample code: https://github.com/OneDrive/onedrive-sdk-python/blob/master/README.md#onedrive

Python3 uses input() in place of raw_input()

KTibow commented 4 years ago

Fixed in #174

KTibow commented 4 years ago

Duplicate of #148