davidstrauss / google-drive-recursive-ownership

Tool to recursively give away file and document ownership to another user.
MIT License
269 stars 68 forks source link

Update-Python-v3 #13

Closed Paraka321 closed 7 years ago

Paraka321 commented 7 years ago

Updates to transfer.py for Python 3 support and to README for clearer language.

davidstrauss commented 7 years ago

Do you know why this diff shows a change to every line? Did you happen to alter line endings? If you could fix whatever is doing that and resubmit, I would be happy to review and merge.

Paraka321 commented 7 years ago

I'm not sure why it shows that. All I did was add a check for Python 3 or Python 2 and then modified a couple lines of code where the syntax changed between versions.

If you want a closer look it's lines 19-21 and 121-125 of transfer.py.

Paraka321 commented 7 years ago

Pull request 16 created. Cleaned up issue where it shows the whole file changed.