issues
search
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
Feature/no shadow outer and venv gitignore
#32
Closed
jamesbraza
closed
4 years ago
jamesbraza
commented
4 years ago
Added
Environments
to
.gitignore
so that one can make a virtual environment to install dependencies
Moved code from
__main__
to
main()
to prevent shadowing names defined in outer scope
Environments
to.gitignore
so that one can make a virtual environment to install dependencies__main__
tomain()
to prevent shadowing names defined in outer scope