-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Completed the core update to python 3 and move from setup to pyproject.
Moved query_yes_or_no to update_signatures where it was used. Removed from __future__ import print_function Removed from __future__ import absolute_import Removed use of cStringIO and replaced with IO.StringIO Removed dependency `six`, including `six.moves`, `six.moves.range`, `six.moves.iteritems`, `six.PY2`, `six.urllib` Removed `importlib_resources`
- Loading branch information
1 parent
f4dd41a
commit d3905f3
Showing
10 changed files
with
766 additions
and
608 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.