Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
utils/scanpypi: remove python2 compatibility imports
ee8b680 ("utils/scanpypi: use python3 explicitly") started to use python3, thus compatibility can be removed: from __future__ import print_function from __future__ import absolute_import Tested with python3 -m py_compile. Signed-off-by: Petr Vorel <[email protected]> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
- Loading branch information