Merge pull request #1664 from tomviner/patch-1

modernize is renamed and re-homed
This commit is contained in:
Vinta Chen 2020-10-21 20:42:47 +08:00 committed by GitHub
commit fe67fa1b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*Libraries for migrating from Python 2 to 3.*
* [python-future](http://python-future.org/index.html) - The missing compatibility layer between Python 2 and Python 3.
* [python-modernize](https://github.com/mitsuhiko/python-modernize) - Modernizes Python code for eventual Python 3 migration.
* [modernize](https://github.com/PyCQA/modernize) - Modernizes Python code for eventual Python 3 migration.
* [six](https://pypi.org/project/six/) - Python 2 and 3 compatibility utilities.
## Computer Vision